loic @ cloudinary
Forum Replies Created
-
Hi @vikash1989,
Thanks, I took the ticket on my side and I’ll review your information.
Let’s continue the conversation on the new ticket you created.
Best,
LoicHi @spidiman,
Thanks for your update.
Do you mind creating a ticket to [email protected] with the information asked in my first reply?
Thanks in advance.
Best,
LoicHi @vikash1989, @pire,
Thanks for reaching out.
If one of you is behind the website simpllr.com, would you mind replying to the email I sent earlier and add the following details:
- Is the website a multisite?
- Is the plugin activated individually or network activated?
- Do you have any server/asset spikes? The host might be disabling the blogs
If you are not, do you mind reaching out to [email protected] with the information above + the ones below:
* WordPress version.
* Cloudinary Plugin’s version.
* The theme that you use and its version.
* A full list of all other plugins that you have installed on your environment.
* Page builders that you actively use.
* A screenshot of your Media Library in list mode.
* A screenshot of yourSite Healthunder theToolsSection.
* Hosting providers & Plan (AWS, WP-Engine, etc..)
* Multisite environment (subdomain/subdirectory)
* Do you have access to the WP-CLI?Note that since version
2.7.0, you can use the new system report feature in order to generate all the information above except the screenshots. If you can also add some assets to your report as explained here that could be helpful as well. The system report is under theNeed Help?section in v3.Thanks in advance.
Best,
Loic- This reply was modified 4 years, 5 months ago by loic @ cloudinary.
- This reply was modified 4 years, 5 months ago by loic @ cloudinary.
Hi @skome,
To be more general, the error occurs due to limitation of the DB engine which depends on your MySQL version.
Here is the code to use for any MySQL version:
CREATE TABLE IF NOT EXISTS {{wp_prefix}}_cloudinary_relationships ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, post_id bigint(20) DEFAULT NULL, public_id varchar(500) DEFAULT NULL, parent_path varchar(500) DEFAULT NULL, sized_url varchar(500) DEFAULT NULL, width int(11) DEFAULT NULL, height int(11) DEFAULT NULL, format varchar(12) DEFAULT NULL, sync_type varchar(10) DEFAULT NULL, post_state varchar(12) DEFAULT NULL, transformations text DEFAULT NULL, signature varchar(5) DEFAULT NULL, PRIMARY KEY (id), UNIQUE KEY sized_url (sized_url(190)), KEY post_id (post_id), KEY parent_path (parent_path(190)), KEY public_id (public_id(190)), KEY sync_type (sync_type) ) ENGINE=INNODB DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ciYou will need to replace the
{{wp_prefix}}with the prefix in your database, by default it iswpbut it can change depending on your setup. So before running the query, I recommend checking your prefix and then filling the value in the query above.Best,
Loic- This reply was modified 4 years, 5 months ago by loic @ cloudinary.
It seems you have different issues, in order to investigate could you please open a ticket to [email protected] with the information already asked in my previous image?
Thanks in advance.
Best,
LoicHi @spidiman,
Thanks for reaching out.
Would you mind creating a support ticket to [email protected] with the following information:
* WordPress version.
* Cloudinary Plugin’s version.
* The theme that you use and its version.
* A full list of all other plugins that you have installed on your environment.
* Page builders that you actively use.
* A screenshot of your Media Library in list mode.
* A screenshot of yourSite Healthunder theToolsSection.
* Hosting providers & Plan (AWS, WP-Engine, etc..)
* Multisite environment (subdomain/subdirectory)
* Do you have access to the WP-CLI?
* Screenshot of your General Settings section.Note that since version
2.7.0, you can use the new system report feature in order to generate all the information above except the screenshots. If you can also add some assets to your report as explained here that could be helpful as well.Once provided, we will take a deeper look into it on our end, trying to reproduce the issue to better understand the root cause for it.
In case it will be necessary, will you be willing to provide us with temporary access to a sandbox environment of your site where we can take a look and debug if needed?
Thanks in advance.
Best,
Loic- This reply was modified 4 years, 6 months ago by loic @ cloudinary.
Hi @callumwk,
Hope you are well.
Would you mind opening a ticket to [email protected] with the details my colleague Victor asked?
Thanks in advance.
Best,
LoicHi @anebi85,
I am closing this thread since we discussed this matter and found the issue via our ticket system.
Loic
- This reply was modified 4 years, 6 months ago by loic @ cloudinary.
Forum: Plugins
In reply to: [Cloudinary - Deliver Images and Videos at Scale] Switching accountHi @danielkoch95,
Could you please create a ticket to [email protected] with a system report attached?
Normally, you should only go to Cloudinary > Getting Started > Connect and click on Switch Cloud. From there, you can enter the new URL and it should start syncing the assets to the new cloud.
Thanks in advance.
Best,
LoicHi Matthew,
Hope you are well.
Would you mind opening a ticket to [email protected] with a system report? You can find out how to generate it here.
I would like to investigate further your issue.
Thanks in advance.
Best,
LoicHi @alfonso100,
Thanks for reaching out.
This code won’t be relevant in our next release so the error won’t occur anymore.
Hope that helps.
Best,
LoicForum: Plugins
In reply to: [Cloudinary - Deliver Images and Videos at Scale] Cloudinary uploads PDFHi @danielkoch95,
By default PDF and ZIP files are restricted from delivery as mentioned here: https://support.cloudinary.com/hc/en-us/articles/360016480179-PDF-or-ZIP-files-appearing-in-Media-Library-but-download-URLs-return-an-error-.
If you’d like this restriction to be lifted, please open a request using this link: https://support.cloudinary.com/hc/en-us/requests/new.
In general, our plugin doesn’t support excluding assets from the sync when Auto-Sync is ON but we do have this as a roadmap item for a future release.
Best,
LoicHi @prodport,
Glad you found it helpful and that it is now working.
Please let me know if you need anything else.
Best,
LoicHi @prodport,
The plugin has been built in a way that all the management can be done from WordPress. Any changes on WordPress will be reflected but changes on Cloudinary won’t be reflected on WordPress.
You should be able to do what you want by following the steps here: https://support.cloudinary.com/hc/en-us/articles/360017521280-WordPress-Plugin#individualleveltransformations.
Note that this will add the transformed image to your WP Media Library.
Hope that helps.
Best,
Loic