harma
New member
- Apr 18, 2020
- 7
- 0
- 1
I get server error 500Edited the file framework/app/Http/Controllers/LaravelWebInstaller.php to bypass installation check. It now works. Here is the file: https://throwbin.io/NYAXHZP
I get server error 500Edited the file framework/app/Http/Controllers/LaravelWebInstaller.php to bypass installation check. It now works. Here is the file: https://throwbin.io/NYAXHZP
framework\app\Http\Controllers\LaravelWebInstaller.php
private function check_status($code)
{
$data = array("pcode" => $code, 'domain' => $_SERVER['SERVER_NAME']);
$data_string = json_encode($data);
$ch = curl_init('https://3xy2s8y7c9.execute-api.ap-south-1.amazonaws.com/prod');
curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "POST");
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
curl_setopt($ch, CURLOPT_POSTFIELDS, $data_string);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_HTTPHEADER, array(
'Content-Type: application/json',
'Content-Length: ' . strlen($data_string))
);
$result = curl_exec($ch);
return $result;
}
private function check_status($code)
{
return 1;
}
Change Log 6.0
Important Note: Do not upgrade from old version.
Bug Fixes
- fare values changed to decimal points from integer.
- customer will get email for website booking as well.
- jpeg image upload fixed.
- missing data added in fuel report.
- distance unit label fetched from settings.
New Features
- Laravel version changed: 5.8.38 > 8.61.0
- New modules added: vehicle makers, vehicle...
do you have Fleet Manager v6.0 ?White Devil updated Fleet Manager with a new update entry:
Fleet Manager
Read the rest of this update entry...