Closed mehdi-najaran closed 10 months ago
Probably an obvious question: does the Ui.php
file exist in /Puc/v5p3/Plugin
?
Yes, as I said above, on a large number of sites it was without problems and the project worked without errors
It is like this only on 2-3 sites
Could be a namespace-related bug. Please try this: open that file and replace line 4
if ( !class_exists('Ui', false) ):
with this:
if ( !class_exists(Ui::class, false) ):
(Edit: Also, the reason why I asked about missing files is that there have been a few rare cases where some file is in fact missing unexpectedly, e.g. due to a failed upload.)
Yes, problem solved
Hello . I have used your project on my personal plugin.
And I have installed it on different sites and there were no problems
Until one of the sites faces a WordPress error after installation and activation.
Error text: