1.2.33 breaks plugin – Fix
-
I had a problem where the update to 1.2.33 would cause the plugin to no longer display the tree and everything else was jumbled together.
After I edited the “index.php” file on line 47
From:
$plugin_dir_url = trailingslashit( plugin_dir_url(basename($aa)) . basename(dirname($aa)) );To (copied from version 1.2.32):
$plugin_dir_url = plugin_dir_url(basename($aa)) . ‘cms-tree-page-view/’;The plugin worked properly again.
Putting it out there for anyone else having the same problem. Or you could just roll back to version 1.2.32.
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘1.2.33 breaks plugin – Fix’ is closed to new replies.