-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
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
Blank page in popup after adding file #41
Comments
Can you please check the browser js console if there are any errors when you add the file? Does it happen in the backend or in the frontend? |
Please set "log_errors = On" in your php configuration and restart apache/php. Also in Joomla settings, set in the server section error reporting to maximum and in logging to log everything. See if after these settings an error appears when uploading a file in either your screen, apache error.log file or the joomla logs/everything.php file. |
Hello, thx for your follow-up.
I Uploaded first file at 9:01, and second file (with blank page) just after Nothing in the error.php Thanks a lot |
When you add "log_errors = On" you will get possible errors in "D:/wamp64/logs/php_error.log". I will try to see if I can detect the problem but it would be helpful if we could get an error message to pinpoint the specific part of the code that is at fault. |
Can you provide your browser and your joomla version Thks |
Joomla : 4.4.3 |
Hello I reproduced it with firefox and joomla 4 |
TOP! Thank you very much! |
I have corrected it with pull request pull/46 |
@fredlang7680 can you try it |
Perfect! thank you very much! |
@fredlang7680 fixed in #48 which is now merged to master. |
@fredlang7680 I provided a new release https://github.com/jmcameron/attachments/releases/tag/v4.0.1 |
Hello,
We have a bug when we add a file in an article. We click on the button to add file, we choose file, et we click to upload the file. The file is added, no problem.
But when we re-click on he button to add file, we have a blank page in popup:
Can you help us please? Thank you a lot
The text was updated successfully, but these errors were encountered: