Welcome Guest, Not a member yet? Register   Sign In
A PHP Error was encountered
#1

(This post was last modified: 04-10-2019, 05:44 PM by Jland. Edit Reason: Adding error Codes )

A PHP Error was encountered

Severity: Notice
Message: Undefined variable: row
Filename: admin/user_account.php
Line Number: 79
Backtrace:


File: /home/cryplniv/trade4me.cryptogenie.cc/application/views/admin/user_account.php
Line: 79
Function: _error_handler


Severity: Notice

Message: Undefined variable: row

Filename: admin/user_account.php

Line Number: 79

Backtrace:



File: /home/cryplniv/trade4me.cryptogenie.cc/application/views/admin/user_account.php

Line: 79

Function: _error_handler



CODE OF USER ACCOUNT BELOW



<?php if($row['blocked']=='yes'){

    echo "<i class='glyphicon glyphicon-ban-circle text-danger' style='font-size:160%;'></i> 

    &nbsp; 

    <a href='####' class='btn btn-primary btn-xs' title='function will be activated later'>Enable</a>";

    }   

    else{

    echo "<i class='glyphicon glyphicon-ok-circle text-success' style='font-size:160%;'></i>

    &nbsp; 

    <a href='####' class='btn btn-danger btn-xs' title='function will be activated later'>Disable</a>";

    }?> 

    &nbsp;

   

    </td>

        </tr>


</table>

File: /home/cryplniv/trade4me.cryptogenie.cc/application/views/layout_blade.php
Line: 204
Function: include


else{

                        include ($account_type.'/'.$page_name.'.php');
                    } 


File: /home/cryplniv/trade4me.cryptogenie.cc/application/controllers/Account.php
Line: 84
Function: view


$this->load->view( 'layout_blade', $this->data );


}

File: /home/cryplniv/trade4me.cryptogenie.cc/index.php
Line: 315
Function: require_once


require_once BASEPATH.'core/CodeIgniter.php';
Reply


Messages In This Thread
A PHP Error was encountered - by Jland - 04-10-2019, 05:26 PM
RE: A PHP Error was encountered - by ciadmin - 04-10-2019, 05:30 PM
RE: A PHP Error was encountered - by Jland - 04-10-2019, 05:45 PM



Theme © iAndrew 2016 - Forum software by © MyBB