@extends('backend.layouts.blank') @section('content')
We ran diagnosis on your server. Review the items that have a red mark on it.
If everything is green, you are good to go to the next step.
Note: Go to your server and find the php extension/package and disable pdo_mysql then enable nd_mysqli and nd_pdo_mysql both for preventing value convert issue like an integer to string.
@if ($permission['curl_enabled'] == 1 && $permission['db_file_write_perm'] == 1 && $permission['routes_file_write_perm'] == 1 && $phpVersion >= 7.20) @if ($_SERVER['SERVER_NAME'] == 'localhost' || $_SERVER['SERVER_NAME'] == '127.0.0.1') Go To Next Step @else Go To Next Step @endif @endif