matthewredican
Forum Replies Created
-
Forum: Plugins
In reply to: [LeagueManager] New Update problem@ weblegion,
Glad it worked out.
Forum: Plugins
In reply to: [LeagueManager] New Update problemweblegion,
I used the Michael Dozark method and it worked perfectly. Did you combine this with one of the other suggestions above? I would suggest trying only one method at a time and reverting it to the original if it doesn’t work. Then trying the next.
There may be other variables preventing one method from working on an installation even if it worked on another (other plug-ins, patches etc).
Forum: Plugins
In reply to: [LeagueManager] New Update problemI also just found this post, which worked for me at http://www.BramptonFlames.com:
Instead of adding a line to capabilities.php (where it will be overwritten by updates), I added this line right before require_once(ABSPATH . ‘wp-settings.php’); in my wp-config.php file:
require_once(ABSPATH . ‘wp-includes/pluggable.php’);
I did this, changed the name of my plug-in directory back to leaguemanager and activated the plugin in the Admin Panel. All back to normal.
A big thanks to Michael Dozark for his post. A year later, it is still helping!
Matthew
Forum: Plugins
In reply to: [LeagueManager] New Update problemIt happened to me too. To bring the website up quickly, I was able to rename the directory of the plugin to leaguemanager-1 (or whatever you want) in my file manager. That brings the website back up but it doesn’t bring the LeagueManager back.
I would appreciate if anyone can offer a solution to the LeagueManager plug-in without losing the data.
Thanks in advance,
MatthewThank you bfagan! Though I’m using this plugin for a house league hockey team, it was the points I couldn’t get to tally correctly. It was only calculating the Wins and not the ties. I tried everything I could but, when I saw your post, I updated results without making any changes and all the points tallied correctly.
I appreciate the post.