Dan Greene
Forum Replies Created
-
Yes, I’m not using bookings or tickets at all. People are submitting Events to Locations and that’s it. I’d like to make sure that people can’t submit an event for a location, such as Room A at 5pm on Sept. 18 if Room A already has an event scheduled for that date and time.
- This reply was modified 5 years, 2 months ago by Dan Greene.
It looks like this was a site vs network permissions issue. I fixed it I still don’t understand why my plugin installs, 2 different multisite networks, latest plugin version, have a different Anonymous User options but that’s not really a problem, just an oddity.
I renamed the files in includes to match what’s in the require statements
require RADIO_STATION_DIR . '/includes/post-types.php'; require RADIO_STATION_DIR . '/includes/master-schedule.php'; require RADIO_STATION_DIR . '/includes/shortcodes.php'; require RADIO_STATION_DIR . '/includes/class-dj-upcoming-widget.php'; require RADIO_STATION_DIR . '/includes/class-dj-widget.php'; require RADIO_STATION_DIR . '/includes/class-playlist-widget.php'; require RADIO_STATION_DIR . '/includes/support-functions.php';
and the plugin activates and runs fine. You you either change the filenames in radio-station.php or the filenames themselves. Once they match all is well.
@tonyzeoli confirmed. The files are named widget_ but the require statements are looking for class-. So the same as what @abland reported.
@tonyzeoli I’m not sure what your build process is, but I sometimes use the WP Rollback plugin https://www.ads-software.com/plugins/wp-rollback to go back to previous plugin versions. I couldn’t do that in this case because of the following message:
“It appears there are no version to select. This is likely due to the plugin author not using tags for their versions and only committing new releases to the repository trunk.”
This has no direct bearing on solving the issue at hand, but it may be something to consider for your future builds.
@tonyzeoli FYI both my live site and the . site I tested on are running PHP 7.2.21
Test site, completely different server and the plugin doesn’t even activate 2017 theme, no plugins.
Warning: require(/www/webroot/test.cci/html/wp-content/plugins/radio-station/includes/post-types.php): failed to open stream: No such file or directory in /www/webroot/test.cci/html/wp-content/plugins/radio-station/radio-station.php on line 57
Fatal error: require(): Failed opening required ‘/www/webroot/test.cci/html/wp-content/plugins/radio-station/includes/post-types.php’ (include_path=’.:/usr/share/pear:/usr/share/php’) in /www/webroot/test.cci/html/wp-content/plugins/radio-station/radio-station.php on line 57
Ok.I’ll do some tests Can you give me a download link for the previous version to put back on my live site?
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Form customizationsThanks.
Forum: Plugins
In reply to: [Authorizer] Bulk additions to approved users listThanks Paul. It never occurred to me that i could but multiple email addresses in that field.
As long as there’s one place where I can apply settings for the whole network, that does the job for me.
FYI I’ve tried
WP Mail SMTP by WPForms
WP Mail SMTP Plugin with Email Logs (WP Mail Bank)
SAR Friendly SMTPand none of them have multisite admin. If you added it you’d have unique, and sought after feature.
Adding another +1 for network level admin.
Forum: Themes and Templates
In reply to: [CoverNews] Adding Co-authors Plus template tagsThanks, I’ve sent the information via the AF Themes support form.
Found it, thanks.