Skip to content
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

Deleting custom field in Idea content type ends with white screen. #119

Open
Artmir opened this issue Sep 21, 2020 · 5 comments
Open

Deleting custom field in Idea content type ends with white screen. #119

Artmir opened this issue Sep 21, 2020 · 5 comments

Comments

@Artmir
Copy link

Artmir commented Sep 21, 2020

I created a custom field that uses 'Text (formatted, long)'. Editing and formatting works, except deletion.

It throws "The website encountered an unexpected error. Please try again later."

The log:
php issue

@zohar
Copy link
Member

zohar commented Sep 22, 2020

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.

nvelychenko pushed a commit to istolar/openideal that referenced this issue Sep 22, 2020
OI-00: Added route condition to composer.json file.
@Artmir
Copy link
Author

Artmir commented Sep 22, 2020

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.

@zohar
Copy link
Member

zohar commented Sep 22, 2020

@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?

@Artmir
Copy link
Author

Artmir commented Sep 23, 2020

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.

@Artmir
Copy link
Author

Artmir commented Jan 20, 2021

Confirming the issue still persists on fresh install of 3.0.5. Both Centos with Maria DB and Windows 10 (xampp)
Capture

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants