A PHP Error was encountered

Severity: Warning

Message: fopen(/var/lib/php/sessions/PHPSESSIDf40cacef0ljhfcfreonicf4kmhli3l99): failed to open stream: No space left on device

Filename: drivers/Session_files_driver.php

Line Number: 174

Backtrace:

File: /var/www/html/sushainwebphp/application/controllers/Order.php
Line: 33
Function: __construct

File: /var/www/html/sushainwebphp/index.php
Line: 316
Function: require_once

A PHP Error was encountered

Severity: Warning

Message: session_start(): Failed to read session data: user (path: /var/lib/php/sessions)

Filename: Session/Session.php

Line Number: 143

Backtrace:

File: /var/www/html/sushainwebphp/application/controllers/Order.php
Line: 33
Function: __construct

File: /var/www/html/sushainwebphp/index.php
Line: 316
Function: require_once

My Orders

United States

A PHP Error was encountered

Severity: Notice

Message: Trying to access array offset on value of type null

Filename: layouts/sidebar.php

Line Number: 53

Backtrace:

File: /var/www/html/sushainwebphp/application/views/website/layouts/sidebar.php
Line: 53
Function: _error_handler

File: /var/www/html/sushainwebphp/application/views/website/orders/orderhistory.php
Line: 18
Function: view

File: /var/www/html/sushainwebphp/application/controllers/Order.php
Line: 9481
Function: view

File: /var/www/html/sushainwebphp/index.php
Line: 316
Function: require_once

A PHP Error was encountered

Severity: Notice

Message: Trying to access array offset on value of type null

Filename: layouts/sidebar.php

Line Number: 56

Backtrace:

File: /var/www/html/sushainwebphp/application/views/website/layouts/sidebar.php
Line: 56
Function: _error_handler

File: /var/www/html/sushainwebphp/application/views/website/orders/orderhistory.php
Line: 18
Function: view

File: /var/www/html/sushainwebphp/application/controllers/Order.php
Line: 9481
Function: view

File: /var/www/html/sushainwebphp/index.php
Line: 316
Function: require_once

A PHP Error was encountered

Severity: Notice

Message: Trying to access array offset on value of type null

Filename: layouts/sidebar.php

Line Number: 83

Backtrace:

File: /var/www/html/sushainwebphp/application/views/website/layouts/sidebar.php
Line: 83
Function: _error_handler

File: /var/www/html/sushainwebphp/application/views/website/orders/orderhistory.php
Line: 18
Function: view

File: /var/www/html/sushainwebphp/application/controllers/Order.php
Line: 9481
Function: view

File: /var/www/html/sushainwebphp/index.php
Line: 316
Function: require_once

A PHP Error was encountered

Severity: Notice

Message: Trying to access array offset on value of type null

Filename: layouts/sidebar.php

Line Number: 83

Backtrace:

File: /var/www/html/sushainwebphp/application/views/website/layouts/sidebar.php
Line: 83
Function: _error_handler

File: /var/www/html/sushainwebphp/application/views/website/orders/orderhistory.php
Line: 18
Function: view

File: /var/www/html/sushainwebphp/application/controllers/Order.php
Line: 9481
Function: view

File: /var/www/html/sushainwebphp/index.php
Line: 316
Function: require_once


Clinic Appointments Video Appointments Parenthood Program
Upcoming Yoga Sessions Past Yoga Sessions
My Orders
Support
New Ticket View Ticket
My Stuff
Wishlist
Logout
https://sushainclinic.com/Order/cancel_order", data: { id: id }, success: function (data) { setTimeout(function () { location.reload(); }, 1000); swal("Success!", "Order Canceled!", "success"); } }); } }); event.preventDefault(); }); $(document).on('click', '.returnpro', function () { var order_id = $(this).attr('order_id'); var pro_id = $(this).attr('id'); $('#loading').show(); $.ajax({ url: 'https://sushainclinic.com/Order/return_order_cal', type: 'post', data: { order_id: order_id }, success: function (res) { $('#loading').hide(); var obj = JSON.parse(res); $('#showrefund').html(obj['show']); $('#total_refund').val(obj['refund']); $('#exampleModal').modal('show'); $('#order_id').val(order_id); $('#pro_id').val(pro_id); } }); }) $(document).on('submit', '#save_reason', function (e) { e.preventDefault(); $('#loading').show(); $.ajax({ url: 'https://sushainclinic.com/Order/return_order', type: 'post', data: $(this).serialize(), success: function (res) { $('#loading').hide(); if (res == 'yes') { location.reload(); swal("Success!", "Your return reason submited. Successfully!", "success"); } else { swal("Warning!", "Your return reason not submited!", "warning"); } } }); })