digitalpoint
Well-known member
Can you double/triple check that your API token has all the required permissions?
Can you double/triple check that your API token has all the required permissions?
It’s safe to ignore the message about the domain already in use. Basically if you try to create a public domain that you already created, it will give that message, but it can be ignored (since the end result is that it’s there since it already was there).
Great! Way easier when you just let it do its thing.Again I want to thank you. I got everything working 100% this time. Thank you again.
Great! Way easier when you just let it do its thing.
If you replace this:
PHP:if (is_callable('parent::renderJson'))
with this:
PHP:if (method_exists(get_parent_class($this), 'renderJson'))
Does it work as expected?
Any thing I could be doing wrong?An exception occurred: [League\Flysystem\FileNotFoundException] File not found at path: siropu/am/export/ads_manager_export.zip in src/addons/DigitalPoint/Cloudflare/League/Flysystem/Adapter/R2.php on line 132
- DigitalPoint\Cloudflare\League\Flysystem\Adapter\R2->read() in src/addons/DigitalPoint/Cloudflare/League/Flysystem/Adapter/R2.php at line 108
- DigitalPoint\Cloudflare\League\Flysystem\Adapter\R2->readStream() in src/vendor/league/flysystem/src/Filesystem.php at line 196
- League\Flysystem\Filesystem->readStream() in src/vendor/league/flysystem-eventable-filesystem/src/EventableFilesystem.php at line 430
- League\Flysystem\EventableFilesystem\EventableFilesystem->callFilesystemMethod() in src/vendor/league/flysystem-eventable-filesystem/src/EventableFilesystem.php at line 395
- League\Flysystem\EventableFilesystem\EventableFilesystem->delegateMethodCall() in src/vendor/league/flysystem-eventable-filesystem/src/EventableFilesystem.php at line 154
- League\Flysystem\EventableFilesystem\EventableFilesystem->readStream() in src/vendor/league/flysystem/src/MountManager.php at line 345
- League\Flysystem\MountManager->readStream() in src/addons/Siropu/AdsManager/Admin/View/Package/Export.php at line 19
- Siropu\AdsManager\Admin\View\Package\Export->renderRaw() in src/XF/Mvc/Renderer/AbstractRenderer.php at line 91
- XF\Mvc\Renderer\AbstractRenderer->renderViewObject() in src/XF/Mvc/Renderer/Raw.php at line 39
- XF\Mvc\Renderer\Raw->renderView() in src/XF/Mvc/Dispatcher.php at line 460
- XF\Mvc\Dispatcher->renderView() in src/XF/Mvc/Dispatcher.php at line 442
- XF\Mvc\Dispatcher->renderReply() in src/XF/Mvc/Dispatcher.php at line 402
- XF\Mvc\Dispatcher->render() in src/XF/Mvc/Dispatcher.php at line 60
- XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2485
- XF\App->run() in src/XF.php at line 524
- XF::runApp() in admin.php at line 13
You should need to do anything special, but whatever is generating the download URL needs to make sure it’s using XenForo’s abstracted file system.I'm using Siropu's Ads Manager and trying to export ad configurations but I seem to have issues since my images are stored in R2.
Aside from that, even if I try and export ads with no images I get an error below:
Any thing I could be doing wrong?
It’s going to be a good thing to enable. The setting itself has already been added to this addon (and the WordPress version), but hasn’t been released yet.Anyone have any experience with Cloudflare Speedbrain? https://blog.cloudflare.com/introducing-speed-brain/
- Added new Cloudflare setting (under Speed): Speed Brain
- Easy Config enables Speed Brain
- Added support for setting
SSL/TLS Encryption Mode
toStrict (SSL-only origin pull)
(for Enterprise zones)- Added new Cloudflare setting (under SSL/TLS): Encrypted Client Hello
- Added new Cloudflare setting (under Security): Leaked credentials
When I activated it I could have sworn it was called "Speculation" but maybe its just Speed Brain now? I'm glad its active.It’s what it’s always been called, but it’s new (less than a week old):
Introducing Speed Brain: helping web pages load 45% faster
We are excited to announce the latest leap forward in speed – Speed Brain. Speed Brain uses the Speculation Rules API to prefetch content for the user's likely next navigations. The goal is to download a web page to the browser before a user navigates to it, allowing pages to load instantly.blog.cloudflare.com
You can test speed yourself… just like you can do a page speed test of your own site, you can still do that with Speed Brain turned on/off. Obviously that’s a small sample size, but can be done.
We use essential cookies to make this site work, and optional cookies to enhance your experience.