Alimuzzaman Alim
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-Stateless - Google Cloud Storage] woocommerce-product-add-ons-ultimateHello @aelsharawi,
Please create a video demonstrating how to replicate the problem from scratch.
Send all the required plugins or theme to [email protected]
We will take a look.
Forum: Plugins
In reply to: [WP-Stateless - Google Cloud Storage] Outdated google-api-php-clientThanks @aelsharawi,
We are aware of this error. The fix will be included in our next release.
You can try now from here.
https://github.com/wpCloud/wp-stateless/releases/tag/2.4.0-RC.4Forum: Plugins
In reply to: [WP-Stateless - Google Cloud Storage] Offload video file onlyNo, it’s not possible out of the box.
But you can use this
wp_stateless_skip_add_media
filter to achieve this if you are a developer.Forum: Plugins
In reply to: [WP-Stateless - Google Cloud Storage] 2.4 ReleaseHello @harrystymiest,
The next release should be in next couple of weeks.
For now, you can try this hotfix.
https://github.com/wpCloud/wp-stateless/archive/hotfix.zipAssuming you are talking about same issue as https://github.com/wpCloud/wp-stateless/issues/430
Hi @thaikieutrinh2018
https://github.com/wpCloud/wp-stateless/issues/478It happens because the file is duplicated in memory for more than 1 location. You can see more info on the GitHub issue.
It has been already fixed and will be published in the next release. We will be uploading files in chunks now except for new Stateless mode.
Chunk size is determined automatically based on memory limit and file size. You can define the chunk size by using
WP_STATELESS_MEDIA_UPLOAD_CHUNK_SIZE
constant if needed.You can download the development version from here
https://github.com/wpCloud/wp-stateless/tree/latest
.
If you try this version be sure that you have the correct mode selected. A new Stateless mode is introduced and the old Stateless mode is renamed to Ephemeral.- This reply was modified 4 years, 5 months ago by Alimuzzaman Alim.
Hi, @btxmatters
You can contact me at [email protected]Thanks
Forum: Plugins
In reply to: [WP-Stateless - Google Cloud Storage] stateless max size uploadHi @base07,
Thanks for contacting us.You ran into memory limitations.
Your current memory limit is 256 MB. If you can increase your memory limit then it will solve your problem.Read this for more info:
https://docs.woocommerce.com/document/increasing-the-wordpress-memory-limit/
https://www.viwickam.com/increase-wordpress-memory-limit-beyond-256m/We will try to find other solution in the meantime.
Please follow this GitHub issue https://github.com/wpCloud/wp-stateless/issues/478Hi @dev_205,
Just delete Service Account JSON from Stateless settings.
The setup wizard will appear again.You may also follow the Manual Setup instruction here:
https://github.com/wpCloud/wp-stateless/wiki/Manual-SetupForum: Plugins
In reply to: [WP-Stateless - Google Cloud Storage] Use only for certain file typesHi @onuroz,
You may utilize the wp_stateless_skip_add_media filter.
Returningtrue
via this filter will disable upload to Google Cloud Storage.Forum: Plugins
In reply to: [WP-Stateless - Google Cloud Storage] Could Not Connect to GCS Bucket ErrorHi @fun0,
Thanks for contacting us.
I can’t be sure what is going on there.
Does upload file name with only English character works?
Can you try after disabling other plugins, there may be conflict.I had tried with the same file name as yours. Here is my message.
58acce5f-tim??????20190304140216 (ID 67) was successfully resized in 6.631 seconds.
You may try our beta version.
Please backup your Database before the upgrade.Hello, @btxmatters.
Sorry for the late replay.
Do you still have the issue?
We weren’t able to replicate the issue.Hello @alexandrudoda,
If you have Delete GCS File enabled in Google Cloud Storage (GCS) section of the settings page, the files on GCS will be deleted when your media is deleted on server.
So you can delete your attachment from the media library for that site first.
Forum: Plugins
In reply to: [WP-Stateless - Google Cloud Storage] Index older imagesHi @hynostia,
Sorry, it isn’t possible for now. But we have it planed in a future release.
Here is the issue on GitHub https://github.com/wpCloud/wp-stateless/issues/211
Hi @majormei,
Sorry for the late replay.Your problem might be related to this GitHub issue.
WP Stateless Elementor – CSS files wrong MIME type #395The issue has been resolved and will be included in the next release.
Forum: Plugins
In reply to: [WP-Stateless - Google Cloud Storage] Unable to access settings page or setupHi @glenofcrawley,
Seems like you have messed up your wp-config.php file. The problem should be on line 1.
Try to find where you have thephpdefine
function in wp-config. If you can’t fix yourself please copy and paste that line of code here, we will take a look.If you have something like this
<? phpdefine(...)
then make it<?php define(...)
.Thanks