@extends('themes.default1.installer.layout.installer') @section('content')

Database test

FaveoHELPDESK 1.0 and Newer'); define('STATUS_OK', 'ok'); define('STATUS_WARNING', 'warning'); define('STATUS_ERROR', 'error'); class TestResult { var $message; var $status; function TestResult($message, $status = STATUS_OK) { $this->message = $message; $this->status = $status; } } // TestResult ?>

Database test is turned off. To turn it On, please open probe.php in your favorite text editor and set DB_XXXX connection parameters in database section at the beginning of the file:

Once these settings are set, probe.php will check if your database meets the system requirements.

OK, this system can run FaveoHELPDESK

Database connection successfull

Please wait this may take a minute...... {{-- --}} {{--
--}} {!! Form::open( ['id'=>'form','method' => 'PATCH'] )!!} {{-- --}}


This system does not meet FaveoHELPDESK system requirements


Legend

@stop