Plugin allows to enable “Bunny Optimizer” for extra cost … If we are using a shared account for multiple account this gives unnecessary privilege to the end user.
For better control , It should be possible to disable or enable through Account settings only.
Thanks
]]>Does the plugin support Woocommerce?
]]>Hi, trying out the Bunny plug in and initially works well. However, I need to scroll down to see further information the plug in is providing, but there’s no scroll bar. All other plugins work fine. Any suggestions please?
]]>This doesn’t seem to be too critical, but there is a negative effect using Flexible Checkout Fields and flexboxgrid.min.css
It shows visually in my bunny.net control panel as the panel’s width is out of whack as a result of the activation of Flexible Checkout Fields and inspection shows the CSS coming from the installation’s folder. I would say that bunny.net may be at fault, because they are using a form class name of “container” in their formatting.
Also, I was also getting a critical error in my error_log about Container() on line 85 of bunnycdn.php:
add_action('rest_api_init', function () {
$controller = bunnycdn_container()->newRestController();
$controller->register();
});
function bunnycdn_container(): \Bunny\Wordpress\Container
{
static $container;
if (null !== $container) {
return $container;
}
$container = new \Bunny\Wordpress\Container();
return $container;
}
I would guess that using “container” isn’t unique enough and there is some sort of conflict going on between the two plugins. It’s just my guess, but it may also be the problem for updating the plugins? The only way I was able to update, was to disable bunny.net temporarily. I then found the interaction of Flexible Checkout Fields later.
I am have shared this information with wpdesk.net as well so both sides may tinker with it. Thanks!
]]>No solution for uploading video from WordPress itself to Bunny Stream?
]]>Hello Team Bunny
Thanks for making the plugin live. ??
]]>The plugin status is currently closed
“This plugin has been closed as of June 20, 2024 and is not available for download. This closure is temporary, pending a full review.”
Do we have any update on this? I have dozens of websites running this plugin.
]]>Hi!
I’m only able to edit some templates in Divi if I disable Bunny.
Is there any way around?
Hello,
I want upload all video from media library to bunny stream service
Do you have any solutions for this
]]>I already have an account created and customized. my question is how can I customize an existing “cdn hostname” and not create another one.
]]>The latest update to this plugin is quite disappointing. It’s proven so problematic that we’ve had to resort to disabling updates altogether and securing the plugin against updates via an WP CLI command.
function disable_bunnycdn_update( $update ) {
unset( $update->response['bunnycdn/bunnycdn.php'] );
return $update;
}
add_filter( 'site_transient_update_plugins', 'disable_bunnycdn_update' );
added a zero byte file in bunnycdn > called bunnycdn-update-lock < located in the public_html/wp-content/plugins/bunnycdn directory
It appears we’ll need to seek an alternative solution, as the new plugin’s is overly bloated now, I hope that can be corrected, and it’s still missing key features we’ve been requesting for quite some time.
Apart from this issue, the service remains exceptional. It seems like we’re faced with a trade-off: either develop a custom solution using an API or settle for a basic plugin to manage the CDN, sacrificing many essential features the service can offer.
It’s puzzling how this flawed update slipped through R&D — We are genuinely surprised and disappointed.
]]>Hi Support,
It looks like with the update to version 2.x you’ve enabled the requirement for outbound connectivity from back-end WordPress servers to the bunny.net site for API communications.
Currently this connectivity doesn’t work for load-balanced hosts without direct internet connectivity, and thus use an explicit proxy for outbound connections.
WordPress does have native proxy support through the WP_HTTP_Proxy class that can be configured in the config.php file. Can this plug-in be updated to support this class for any outbound connections required by the plug-in?
Many thanks,
JV
]]>I’m not sure if this has been reported to you through another channel, but the issue seems to persist. A update released a few weeks ago caused the Dropbox backup feature of the BackWPup plugin to stop working. According to the plugin developer, this is a compatibility issue caused by the Bunny.net plugin. More information can be found at https://www.ads-software.com/support/topic/dropbox-sync-stopped-working/
]]>A client’s website was down today. I found an error in the PHP log as the cause and disabling the plugin by renaming the folder with SFTP, which fixed the issue.
The error in the log, repeated many times, was:
PHP Fatal error: Uncaught Error: Call to undefined method Composer\Autoload\ClassLoader::setClassMapAuthoritative() in /www/wp-content/plugins/bunnycdn/vendor/composer/autoload_real.php
I updated the plugin through the WordPress backend while it was disabled. I still receive a fatal error when trying to activate or delete the plugin:
Deletion failed: There has been a critical error on this website.
Uncaught Error: Call to undefined method Composer\Autoload\ClassLoader::setClassMapAuthoritative() in /www/wp-content/plugins/bunnycdn/vendor/composer/autoload_real.php:34
Stack trace:
#0 /www/wp-content/plugins/bunnycdn/vendor/autoload.php(25): ComposerAutoloaderInit117c57de7ba909752bac22364ccff41b::getLoader()
#1 /www/wp-content/plugins/bunnycdn/bunnycdn.php(52): require_once('/www/wp-content…')
#2 /wordpress/wp-includes/class-wp-hook.php(324): bunnycdn_uninstall_plugin('')
...
I deleted the plugin entirely using SFTP, the installed it again from the plugin screen. It still gives a fatal error warning. Is there a fix?
Plugin version 2.1.1
WordPress version 6.4.3
PHP version 8.2
Hi,
All my websites are on the FREE plan CloudFlare DNS, and my question is: can your plugin work together with CF without any conflicts, etc.?
Thanks
]]>
I’m not sure why it’s created two pull zones instead of just one. In an ideal scenario, one should be all that’s needed.
bunny-wp-pullzone-nhnasvosmc
bunny-wp-pullzone-qgep45ny7k
Feedback: if WP Home URL is https://subdomain.example.com
Your pullzone name should be subdomain-example-com-pullzone-id, this can be better.
Also, some of the static files aren’t loading with CDN URL.
<link rel='stylesheet' id='heateor_sss_frontend_css-css' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-icons-css' type='text/css' media='all' />
<link rel='stylesheet' id='swiper-css' type='text/css' media='all' />
<script type="text/javascript" src="https://example.com/wp-content/plugins/quick-adsense-reloaded/assets/js/ads.js?ver=2.0.81" id="quads-ads-js"></script>
<script type="text/javascript" src="https://example.com/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.20.2" id="elementor-webpack-runtime-js"></script>
<script type="text/javascript" src="https://example.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.20.2" id="elementor-frontend-modules-js"></script>
<script type="text/javascript" src="https://example.com/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js?ver=4.0.2" id="elementor-waypoints-js"></script>
For now, I’ll stick with CDN Enabler, which has worked reliably before. Still, it’s promising to see the progress the plugin is making. I’m hopeful about its future.
]]>Hi, since very recently my website’s background layout image is being replaced by the default “Stop! This image was hotlinked” image, quite annoying and visible on all pages.
I found out bunnycdn plugin causes this, deactivating the plugin ends the behaviour. I assume this is a bug. The image is hosted on my own server.
So , questions are:
1. do you have a hotlink protection mechanism in your plugin?
2. if yes, why is it being applied on self-hosted images?
Disabling the plugin untill this is resolved.
Regards,
Tez
My site is down and i run the wp-debug:
Fatal error: Composer detected issues in your platform: Your Composer dependencies require a PHP version “>= 8.0.2”. You are running 7.4.33. in?/home/mysite/domains/mysite.com.br/public_html/wp-content/plugins/bunnycdn/vendor/composer/platform_check.php?on line?24
Is it mandatory to use/upgrade to PHP 8?
]]>I’m getting error on checkout running the latest version. Maybe this is no longer compatible with perfmatters I’m not sure.
I’m seeing Warning: Undefined array key 1 in?/wp-content/plugins/bunnycdn/src/HtmlRewriter.php?on line?187
]]>Dear Sirs,
I hope you are fine!
Please, after the last update, i noted that plugin has new face! ??
I tried to add a directory at CDN′s tab, but i can′t put a value.
What am i doing wrong?
Thanks and Regards,
Tony
]]>Hello There, It it possible to hide API key characters after the setup at the plugin level to secure it?
]]>We tried installing the plugin to make managing our CDN and purging our cache easier when necessary, but whenever we try to purge our cache, we’re running into a “Clearing cache failed. Please check your API key.” error.
We tried regenerating our API key for troubleshooting, but are still getting the same error. Any idea what could be causing this? Our CDN was already active when the plugin was installed.
]]>I use the Bricks Builder on many sites. To prevent hot linking issues, I installed the Bunny plugin and set it up with a custom subdomain. Everything works fine on the frontend (including hotlink prevention). However, it prevents the Bricks Builder from running and gives me an error message:
Session expired
Please log in again.?The login page will open in a new tab. After logging in you can close it and return to this page.
That error message is a known issue when a cache plugin tries to cache the backend and the Bricks Builder specifically. But I disabled the builder and turned off the plugin for logged-in users. The problem persists. There are no other caching plugins installed. If I disable the plugin, it works. Once it is enabled, the error gets back. Logging in again doesn’t solve it, it keeps asking to log in.
]]>Hi. I hope you answer very soon. I also created a ticket.
I installed the plugin very easily, and everything looked fine until I checked how my website looked. At first, I thought it took time for the Bunny CDN to cache all files, but then I thought there was something wrong. I did everything based on your guidelines. If this problem is not resolved, I will have to delete the plugin. According to GTmetrics, the CSS files are not loading. Is it because I recently started using Bunny CDN, or is this a bug?
]]>Hi
You’ve got a bug in inc/bunnycdnSettings.php around line 30.
public static function getOption($option)
{
// Should be getOptions()
// $options = BunnyCDN::getOption();
$options = BunnyCDN::getOptions();
return $options[$option];
}
Can this be rolled into the next update please?
Thanks
Paul
]]>Hi
We have a requirement where we do not want to rewrite relative URLs as absolute CDN URLs. So, in BunnyCDNFilter::rewriteUrl() we would like to return $asset[0], instead of $this->cdnUrl . $foundUrl based on a bool setting.
Could you add this as a bool setting please?
Thanks
]]>Hi there,
When I try to use the clear cache button, the bunny hopping animation comes up but just gets stuck until I refresh tehe page… I have no idea if it’s successfully clearing the cache.
Any idea what might be causing this?
]]>Hi there,
i saw in another thread, that you were hoping to release a new update end of April. Do you have a new ETA for that now?
]]>Notice says this plugin hasn’t been tested for the last 3 releases and hasn’t been updated for more than a year. WTF?
It’s a shame, because I have great respect for BunnyCDN but I cannot run unsupported plugins on my site.
Hello when i activate bunnycdn plugin elementor icons not showing. When i deactivate the plugin everythings fine. I already did some test, like
regenerate css and files
fontawesome support yes
but still not working.
Could you please help me with that
]]>