I am using Drupal 7, I have a functionality where file need to be uploaded. the problem I am facing is, end user even before file upload is finished, creates the content.
The solution i am looking at is a creating a pop-up for file upload, so that unless the file is uploaded properly, end user is not able to create/update the content.
I am okay for any other Solution if it is available.
After a recent site migration going from drupal 7 to drupal 10, it seems that files did come over and are displaying on my site, however, images, documents, and videos are not displayed in the media browser. Is it possible to have the media browser point to those files and be displayed?
I have a Drupal 10 multi-language site (Italian and English) in which I've enabled the translation of the Article content type. The site was set to generate automatic aliases for Article(s).
If I create an article with the title "test lang not specified" for which I set the language "Not specified", the automatic alias /article/test-lang-not -specified is generated according to the pattern /article/[node:title]. However, the alias does not work. The node is not accessible, even by using the canonical path /node/122.
I'm having a problem on my test server that I can't figure out. Everything is working fine on my development and staging environments (locally) and on my live environment which is on the same server as my test server. Both live and test use the same Apache config. I have an admin panel that you see when you login as admin, clicking some pages of the admin panel works but some other give a white page with a "Status code: 500" error message.