Closed (fixed)
Project:
Paragraph View Mode
Version:
3.1.1
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Apr 2023 at 17:51 UTC
Updated:
2 May 2023 at 06:39 UTC
Jump to comment: Most recent
Comments
Comment #2
sayco commentedHi, this kind of error usually appears when you do not clear the cache after installing the module. Have you cleared the cache?
Comment #3
sayco commentedComment #4
qaiser iqbal commentedThanks @sayco for your reply, yes, I had cleared the cache but no avail.
Comment #5
sayco commentedMaybe the APC class loader is not detecting it? Have you tried with changing in settings.php
$settings['class_loader_auto_detect'] = FALSE;This is commented on by default. You can uncomment, clear the cache, then check if working as it should, and finally comment again and clear the cache. It is quite common in case of the issue related to missing classes. Let me know if this somehow helps.
Comment #6
qaiser iqbal commentedAfter following your instruction, It's work now. Thanks
Comment #7
sayco commented