Withun Porawiwat
Withun Porawiwat
line 477: $old_file_name = $this->_convert_foreign_characters($_GET['qqfile']); on upload, method is POST and no GET value sent along with url example POST http://localhost/img_crud/index.php/images_examples/example1/upload_file HTTP/1.1 this cause php notice error on server response,...
I have to use an Wordpress plugin that rely to GLOBE_BRACE but seem this PHP version don't have it I see this issue https://github.com/docker-library/php/issues/719 but don't know how to use...
I notice the Lets Encrypt SSL only generate for non www domain only when access with www.domainzz.com the cert is invalid
I got this error on production build website Sentry stack trace show me that the error is from this package  I don't know why...
I have dynamic route in config/route.php like this (it load vue + vue router) ``` Route::disableDefaultRoute(); Route::get('[{path:.+}]', [IndexController::class, 'index'])->name('public.index'); ``` then I add webman/push plugin that has its own route...