@missveronicatv
Tried to install UM 2.5.1. Downloaded zip from the URL you provided, installed plugin by upload. Activation fails. WP said due to a fatal error.
Furthermore WP said it had the wrong name. I corrected it and tried to go to the upgrade page. WP said, I had no right to do so.
I managed to install UM 2.5.1, successfully activated and updated to version 2.5.3. Then again the same behavior on the update page. DB upgrade started but never ends.
Any suggestions?
-
This reply was modified 3 years, 4 months ago by pixellogik.
-
This reply was modified 3 years, 4 months ago by pixellogik.
The fix:
In wp-scss.php on Line 301 $base_compiling_folder is missing.
Add it to global like this:
global $wpscss_compiler, $wpscss_options, $base_compiling_folder;
The fix:
In wp-scss.php on Line 301 $base_compiling_folder is missing.
Add it to global like this:
global $wpscss_compiler, $wpscss_options, $base_compiling_folder;