Cameleweb
Forum Replies Created
-
Yes! Thanks! Fixed!
Forum: Plugins
In reply to: [Shipping Canada Post WooCommerce] Keeps turning and nothing is happeningOn Post Canafa website :
Access Forbidden
We’re sorry, but you need to have a business account before you can access this application. If you don’t have a business account, sign up now to create one. If you already have a business account, please sign out of your personal account and then sign in to your business account.Too complicated for me, sorry…
Forum: Plugins
In reply to: [Shipping Canada Post WooCommerce] Keeps turning and nothing is happeningOk thanks… but the I’ve not seen these instructions the day I installed the plugin.
You say :
“On the settings page, fill in your Canada Post customer number and API credentials. If you don’t have these, you’ll have to sign up as a developer on the Canada Post website first.”
Can you be more specific, where we have to do this step?
I already have WPML installed… What are the next steps?
Does your Professional extension really send to a customer (user) is in the user’s language (PDF and email are translated)?Hi!
Thanks, I did what you told me. I made a test with 2 products. I changed the SKU and added “-ANG” to the end of the SKU, for the english version. But when I import the CSV, only the english version is imported. The I tried to remove the english version, and try to import the french version, but there was no product imported.
I don’t import the ID’s, I let WordPress to generate one.
Beside SKU, is there other columns that have to be different?Ok thanks, I’ll purchase the premium version anyway since I need to import meta.
How do you exactly the relation between 2 products in a different language? And how do you specify the language when doing the import?Ouf… with 2000 products, I prefere a faster way…
Could this be included in the premium version?Forum: Plugins
In reply to: [Clean Image Filenames] Title VS filenameOk, then I’ll search that particular error on Google. Thanks for you help!
Forum: Plugins
In reply to: [Clean Image Filenames] Title VS filenameThis is an example : 2- Nul n’est comme toi – Jessica Dorsey.mp3
I disabled the plugin and got the same error.
Forum: Plugins
In reply to: [Clean Image Filenames] Title VS filenameThanks!!
I still have one problem… when there are single quote (‘) in a file name, I’ve got an HTTP error.Forum: Fixing WordPress
In reply to: Upload big media file never ends – timeout problem?Hello,
I’ve found myself the solution…
In IIS, under the FastCGI settings for the server, I’ve raised the Request timeout to 10 minutes. Bingo.Forum: Fixing WordPress
In reply to: Upload big media file never ends – timeout problem?Am I the only one having this problem? Nobody here can answer me?
Forum: Fixing WordPress
In reply to: HTTP error on Media uploadYes!!!
I’ve found the problem! If you have WordPress under Plesk, on IIS, you need to modify php.ini also under Plesk folders. See for the details.Forum: Fixing WordPress
In reply to: HTTP error on Media uploadHere’s my php.ini :
upload_max_filesize = 128M post_max_size = 150M max_execution_time = 1440 memory_limit = 128MI added this in my wp-config.php :
<security> <requestFiltering> <requestLimits maxAllowedContentLength="128000000" /> </requestFiltering> </security>I still have the problem…
Forum: Fixing WordPress
In reply to: HTTP error on Media uploadI’m the host 😉
I don’t think there are limits… I’m able to upload many files under 8M, but none over… even if I see that I could upload 128M files… ????