holypoly
Forum Replies Created
-
That is great! Thanks!
There is another issue that I had to deal with and that was regarding the stylesheet with the plugin. The style that was included in the plugin did override the core admin stylesheet which is not good. You should take a look at that some time.
The issue is that the filename on Class_Activator.php is capitalised but not in the root plugin file. As soon you change the casing in the filenames this issue is gone!
Another issue like this in line 222 in the main plugin file Advance-Menu-Manager.php, admin.php in lowercase but the filename is uppercase.
Fixed it. You push it to the update 😉
This is a uppercase issue on the PHP Classnames, it is declared in the file with lowercase but the filename is uppercase.
I fixed it myself 🙂 … But I will install the update when that arrives.
Hello again, after the update on the plugin I go this error!
Warning: require_once(/opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/advance-menu-manager/includes/classes/class_activator.php): failed to open stream: No such file or directory in /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/advance-menu-manager/Advance-Menu-Manager.php on line 66
Fatal error: require_once(): Failed opening required ‘/opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/advance-menu-manager/includes/classes/class_activator.php’ (include_path=’.:/opt/bitnami/php/lib/php’) in /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/advance-menu-manager/Advance-Menu-Manager.php on line 66
Forum: Plugins
In reply to: [WebberZone Top 10 — Popular Posts] Reset count stops workingHi
I maybe have not been clear in the orginal post 🙂 sorry.
When I set in the maintenance settings that the count should reset once a day (@01:00) I seems to work for a while but then it starts to fail on the cleaning job and the top10 posts stay the same from day to day. Then I will have to go into the module and manually reset the count for the posts.