tinsterman
Forum Replies Created
-
Hi Thomas,
The Step 3 option would be great for Digital Products too that don’t have a Shipping Address. I have set force shipping to billing address, but Step 4 is still the checkout and I am also getting a double GTM Event Being fired gtm4wp.checkoutOptionEEC, for the checkout option and step.Also on Version 1.11.4
OK thanks for your response
Hi Ali,
Unfortunately I don’t have an error log as I had to revert the site back to a previous state. What effect will disabling the File URL Replacement have?Also as I already have uploaded all the images to GCS is there a way of enabling your plugin and not running through the whole sync again? Can we just do a Search and Replace in the DB or something similar.
Many thanks
TinWe got the same error when we updated to the latest version of WP-Types. This is definitely a Types issue.
Forum: Fixing WordPress
In reply to: Image errorHi
I found that this fix worked for me add this code to your functions.php file.
add_filter( 'wp_image_editors', 'change_graphic_lib' ); function change_graphic_lib($array) { return array( 'WP_Image_Editor_GD', 'WP_Image_Editor_Imagick' ); }
I got this from: https://www.ads-software.com/support/topic/http-error-when-uploading-images-17
I also upgraded to PHP 5.6
Hope this helps
Forum: Fixing WordPress
In reply to: Image errorI am getting the same error. On upload it says “http error”
I am wondering if its a PHP version error or an error with ImageMagik…
Forum: Fixing WordPress
In reply to: WordPress_logged_in — No data receivedThanks for your help Yousaf I did a compare of my wp-login.php and the latest version and its the same.
I think its an issue with the server… I am testing out some other servers to see if I get the same problem.
If I resolve it I will let you know.
Thanks
Forum: Fixing WordPress
In reply to: WordPress_logged_in — No data receivedHi,
We are using iThemes Security Pro. But I contacted them and they said it wasn’t their plugin. I also disabled the plugin and the error still happens.WooThemes support is suggesting that it could be memory limit on the server, but we have set that to 128Mb.
I had also read that post before. Thank you.
Any other suggestions?
Forum: Plugins
In reply to: [Revisr] How to change permissions?@expandedfronts. Using PHP as FastCGI so my FTP username is the one that runs the PHP scripts. However, this user is not the same as my GIT account. I will ask the hosting company otherwise I will get back to you. Thanks
Forum: Plugins
In reply to: [Revisr] How to change permissions?I am having a similar issue on the hosting server.
I can use GIT via the command line but not with the revisr plugin.
I get the same permission errors as cambridge15. Even though a git folder exists in the root folder.Forum: Plugins
In reply to: [Revisr] Pull BranchesSo the error seems to be that I cannot seem to pull on the live server with the revisr plugin. I can do it with SSH no problem but I want to sync the DB
I am using the SSH. Any ideas?
Forum: Plugins
In reply to: [Revisr] Pull BranchesOk thanks. I think I am having some issues with my live server connection. As I can seem to Push to BitBucket but sometimes on the Pull I get 0 error.
I will investigate this further.
Great plugin BTW!
Forum: Plugins
In reply to: [Revisr] Multiple DevelopersGreat!
Forum: Plugins
In reply to: [Revisr] Failed to create the new branchUPdate: Was able to create a branch. The branch name cannot have spaces
Forum: Plugins
In reply to: [AutoChimp] fatal errorI found the problem Alex. Need to make sure you are running PHP 5.3 or higher. That fixed the error.
Good luck