You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notice: Undefined index: endpoint in C:\xampp\htdocs\addons\CloudStorage\bootstrap.php on line 46, referer: http://localhost/assetsmanager
I was getting an upload error. After I commented the line 46 the issue is gone.
Old line 46 $settings['endpoint'] ? ['endpoint' => $settings['endpoint']] : []
New line 46 //$settings['endpoint'] ? ['endpoint' => $settings['endpoint']] : []
The text was updated successfully, but these errors were encountered:
Notice: Undefined index: endpoint in C:\xampp\htdocs\addons\CloudStorage\bootstrap.php on line 46, referer: http://localhost/assetsmanager
I was getting an upload error. After I commented the line 46 the issue is gone.
Old line 46
$settings['endpoint'] ? ['endpoint' => $settings['endpoint']] : []
New line 46
//$settings['endpoint'] ? ['endpoint' => $settings['endpoint']] : []
The text was updated successfully, but these errors were encountered: