Kate
Forum Replies Created
-
Actually it appears to be FAQs from that plugin that go to another page link rather than the FAQ detail page. Not sure if that was built-in on the plugin or manually manufactured. It was not my site I was working on.
Yes it was that plugin. I found a couple were imported with a different variation than what was displayed on the page – so perhaps they were created and modified later and your plugin didn’t reconcile the title change? Not sure. Thanks!
- This reply was modified 7 years, 9 months ago by Kate. Reason: marked resolved
Same issue here in 6.2.1
Can’t reset password because it keeps saying it is not strong. Mine happens on scenario 3 – resetting password for existing user. Have not tested the other scenarios.This worked for our site: https://www.ads-software.com/support/topic/maximum-number-of-saved-no-longer-honired-diskspace-eaten-up/
Clicked on jobs, edit, save. Then re-ran jobs. It deleted the older pre-update files too.
Now to go edit all the jobs on all our sites! :/Forum: Plugins
In reply to: [Game Schedules] Error & Appearance > Widgets page not loading w/ pluginFYI – removing that line from the mstw-game-schedule.php fixed my widget page display problem.
<p>Display End Date: <input class=”widefat” name=”<?php echo $this->get_field_name( ‘sched_end_date’ ); ?>” type=”text” value=”<?php echo date(‘Y-m-d H:i’, (int)esc_attr( $sched_end_date ) ); ?>” />
</p>I’m wondering if perhaps it wasn’t set before an upgrade and caused an issue – we did each year in its own schedule so there’s a chance that wasn’t set/declared in the database? Not sure but that line seemed to be our problem.
Forum: Plugins
In reply to: [Game Schedules] Error & Appearance > Widgets page not loading w/ pluginThanks! I think the last 3 were fatal errors instead of just warnings. I’ll watch for future updates. Fortunately, we’re “off-season” now.
[Thu May 22 15:53:48 2014] [error] [client xxx.xxx.xxx.xxx] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /pluginsfilepath/plugins/game-schedules/mstw-game-schedule.php on line 1713, referer: https://site/2012results/
[Thu May 22 15:54:34 2014] [error] [client xxx.xxx.xxx.xxx] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /pluginsfilepath/plugins/game-schedules/mstw-game-schedule.php on line 1713, referer: https://site/wp-admin/widgets.php
[Thu May 22 15:55:20 2014] [error] [client xxx.xxx.xxx.xxx] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /pluginsfilepath/plugins/game-schedules/mstw-game-schedule.php on line 1713, referer: https://site/wp-admin/widgets.phpForum: Plugins
In reply to: [Team Rosters] 404 for dashboard iconI get a broken image on the dashboard icon for Team Rosters menu label. Game locations and game schedules I see the MSTW icon.
Thanks!Forum: Plugins
In reply to: [Game Schedules] Error & Appearance > Widgets page not loading w/ pluginI since read another thread about the schedule IDs changing – this was a problem for us too. I had to create a team, and new schedules and edit all existing games to the new schedule. The problem still stands with the widget – I wonder if it’s getting hung up on trying to pull the old data that was displayed in our widgets, but I’m unsure what else to do to try to remedy the issue.
Thanks!Thanks Barry, I already fixed the hidden login issue. It was just a PIA and something that should’ve been tested prior to release.
Xefir, hopefully they’ll see your post and fix in their next update. Thanks!
if you create the initial account upon install with a named account it will have userid 1 regardless of whether it’s named admin or not. Definitely looks like something they didn’t think about when changing the plugin. The whole transition has been a nightmare. It was especially frustrating that the upgrade broke all my sites with hidden backends. Hope they get things straightened out soon… Was one of my favorite plugins.
Forum: Plugins
In reply to: [Enable Media Replace] Plugin directory name change errorUpdate: must be different issue, b/c changing the way I defined my plugin location fixed this. Thanks!
Forum: Plugins
In reply to: [Enable Media Replace] Plugin directory name change errorI think I’m encountering this issue. We put our /uploads/ in a separate area on server and define ‘WP_CONTENT_DIR’ and ‘PLUGINDIR.’ I’m pretty sure the plugin used to work with this config but now it does not replace old links or have the correct URL for the newly uploaded file. On attachment page file URL shows as: https://sitename.com/wp-content/uploads/my-full-defined-file-path/uploads/2013/11/file.jpg
rather than what they should https://sitename.com/wp-content/uploads/2013/11/file.jpg and it didn’t seem to update the URL to the old media or remove it from the file system. The actual file uploads to the correct location but the reference to it is off.Forum: Plugins
In reply to: [Game Schedules] New date format suggestionsGreat! thanks ??
Forum: Fixing WordPress
In reply to: Too many MySQL connections and MySQL server has gone awayThanks for checking in Mike. I trying to plan a meeting with the engineer to discuss changes to config based on these recommendations. I’m hoping to meet with him on Monday and will post what worked (or follow-up questions!) after we test out a few things. I really appreciate the awesome response.
Forum: Fixing WordPress
In reply to: Too many MySQL connections and MySQL server has gone awayGreat – I’m on it!
Thanks much to you and Lulu. Sorry I didn’t get the Object cache reference. I rely on the systems engineers for all the server specific configs.