Deleting custom field in Idea content type ends with white screen.
Opened this issue · 5 comments
From our developer:
I tried to reproduce the error, but without success. Everything works properly.
The error in the provided screenshot is strange and seems to be related to the cache.
Seems this type of error is related either to a) cache or b) some typo. Since you can't reproduce, then it is likely a cache issue.
I checked the Opcache settings, mysql limits, all seem in order. Emptied browser cache, flushed drupal caches, still the same.
ran following commands:
drush eval "drupal_flush_all_caches();"
drush cr,
nothing changes...I tried another installation in another computer and same issue was encountered.
Continuing to investigate the cause. I'll update this thread if I am able to fix the issue.
@Artmir pay attention also exactly from which repositories your code is being pulled.
I was too hasty in releasing "stable" versions, and this caused a bit of troubles during installation.
Make sure that you work with linnovate/openideal
and linnovate/openideal-composer
repositories, and compare the Release sumber to the one actually downloaded by composer (as it pulls first from cache).
This is not to say there isn't a problem, but just to make sure we're all checking the same version.
Also take a look at the PR Ivan sent above - does this solve your problem?
Thanks @zohar for the suggestion. Just a quick update. Still no progress. I cleared composer and drush cache and did a fresh download and install of linnovate/openideal-composer. Still the issue persists..
Tried also php 7.3.x in new installation but no luck so far.