We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
メールフォームの確認画面でファイルフィールドのリンク先がNOT FOUNDになってしまうようです。 baserCMS4.5.6以前は正しい動作になっていたようなので何らかのバグのようです。 ただしPDF等のファイルリンクの場合は発生するけど、画像の場合は発生しないようです。
baserCMS4.6.0以降は PDFのリンク先が /files/mail/limited/1/messages/xxxx になっていてNOT FOUND (実際に上記フォルダにはファイルが存在していない)
baserCMS4.5.6以前は画像の場合と同じく /upload/tmp/xxxxxx となっていてメモリ上の一時ファイルを示しており正しく表示できていたようです。
baserCMS version : 4.6.0〜4.8.x (4系最新)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
概要
メールフォームの確認画面でファイルフィールドのリンク先がNOT FOUNDになってしまうようです。
baserCMS4.5.6以前は正しい動作になっていたようなので何らかのバグのようです。
ただしPDF等のファイルリンクの場合は発生するけど、画像の場合は発生しないようです。
baserCMS4.6.0以降は PDFのリンク先が /files/mail/limited/1/messages/xxxx になっていてNOT FOUND
(実際に上記フォルダにはファイルが存在していない)
baserCMS4.5.6以前は画像の場合と同じく /upload/tmp/xxxxxx となっていてメモリ上の一時ファイルを示しており正しく表示できていたようです。
baserCMS version : 4.6.0〜4.8.x (4系最新)
The text was updated successfully, but these errors were encountered: