stephenblender
Forum Replies Created
-
Forum: Plugins
In reply to: [Redirection] Redirection fails setup, automatic and manualSorry for the delayed reply. I went to check as you suggested BUT the issue resolved itself in the meantime. Annoying because, while I like things working, I also like to understand why there was a problem. I’ll take it though. Thanks for helping.
Forum: Plugins
In reply to: [Redirection] Redirection fails setup, automatic and manualChecking in. One other possible related point might be the installation is housed in a sub folder, ‘wp1/’, and accessed through the root. A setup like this seem somewhat common now though.
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Error in adminYou might want to look into this further – same/similar error:
PHP Fatal error: Uncaught InvalidArgumentException: Cannot locate the template /home3/tanyareitzel/public_html/wp1/wp-content/plugins/backwpup/views/notice/notice.php in template function. in /home3/tanyareitzel/public_html/wp1/wp-content/plugins/backwpup/inc/functions.php:27
I had a look in the plugin folder and subfolder ‘views’ is missing.
Thought I would bump this topic as I found another related case where a payment is approved by PayPal, but the plugin is not accepting the returned message because the “Approved” message includes additional text.
I have had a few orders come back which have not had successful CSC checks, but not failed either. They have condition “X” which is documented at “unsupported by the bank”. I should note: my paypal settings are for full CSC check, despite what the approval conditional message says. The PROCCVV2 ‘x’ is defined in paypal documentation as not supported by the bank, and incorrect number is ‘n’.
[RESPMSG] => Approved: 10571-This transaction was approved. However, the Card Security Code provided had too few, too many, or invalid character types but, as per your account option settings, was not required in the approval process. [PROCCVV2] => X
In Paypal the customer has been charged and the transaction is successful, but in woocommerce the order is still pending.
My solution in the op also solves this issue.
- This reply was modified 6 years, 8 months ago by stephenblender.
Forum: Plugins
In reply to: [Related Links Blender] content won’t be savedI think I might know what is causing your problem, but if I am wrong I hope you can send more details.
Are you saving via “update” button in the publish widget (usually right column)? The content (a defined link) should be save via the “add link” button just to the left of the content areas.
If the problem isn’t the simple one can you start by letting me know the steps you are following and the OS and browser you are using. Even better if you are familiar with ‘developer tools’ can you check for any javascript errors before and after trying to add a link.
Forum: Plugins
In reply to: [PayPal for WooCommerce] PayPal Advanced error when fees included in totalSorry it has taken so long for me to look at this. This still appears to be a problem in the latest version of the plugin. It appears PayPal does not support fees. The plugin is sending itemized list which does not total correctly as the fees are not being considered.
Similar to taxes included in item prices, solution is to send order total only.
In the current version, 1.4.6.5, the line that requires a fee test is now 531 in file wc-gateway-paypal-advanced-angelleye.php . My suggested solution in original post seems to work.
Forum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] 404 error – page not foundSame problem in my store – print buttons produce 404 error pages. Checked FAQ, tried the following:
- changed, tweaked, saved permalink settings
- changed, tweaked , saved ‘print page target’
- checked ‘my-account’ page is set
- deactivated / reactivated print invoice plugin
- checked plugin is latest version
- tried both invoices and receipts
One guess: my ‘my-account’ page is a sub page of the ‘shop’ (parent). All other account functionality including viewing orders works as expected.
Have currently turned off printing functions.
BTW – everything is working great. If you did not connect the dots – PRO version purchased the other day. Happy with the product and the service.
Success! Plugin installed. Plugin works! Have downloaded watermarked pdfs.
I am looking at the settings and seeing a couple of funny defaults:
Custom text for footer watermark: $wwpdf_footer_input_default
font color: $wwpdf_footer_color_default
font size: blankI think these are the variable names instead of the values you intend to end up here.
Noticed there had been a recent update. Just tried again but same thing. 1.0.6. If memory serves from creating a plugin myself it can take some time for updates to propagate through wordpress. Will try again in a bit.
Thanks for the quick response!
I was experiencing the same thing. Can’t say exactly when it started, but yesterday I was having fatal php errors because of memory very regularly (every 10ish page loads or more). Here’s the error:
[08-Oct-2014 22:26:10 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 14942200 bytes) in /home/BBB/public_html/wrdprss/wp-content/plugins/better-wp-security/modules/free/backup/class-itsec-backup.php on line 148
My php memory setting was 128. I tried bumping this up to 256 without success. I may not have been successful at the bump up as woo commerce was reporting 128 even though phpinfo was reporting 256. Execution time was set to 30 seconds.
I seem to have gotten it under control by turning off:
malware scanning
database backup
file change protectionSorry – I ran out of time before I could investigate further.
Forum: Plugins
In reply to: [Social Login] Redirect to current page using comment login not workingOh my gosh I am so embarrassed. I have been confusing this with another plugin! Wasting my time and yours, my apologies. Looking at the forum for the other plugin you have the better support.
Thank you for making plugins!
Hi. Looking for this functionality myself, but having trouble. I am always redirecting back to my home page, which is the setting in the social login widget control panel. I have tried to override using the code below, but without any luck. It is based on the snippet above plus my own hacky bit. I have installed the simple session plugin.
Any help appreciated!
// return to page after login...hopefully /*** Forcing redirect to $_SESSION['specific_referer'] after registration & login in OneAll Social Login ***/ function set_session_specific_referer() { $Path=$_SERVER['REQUEST_URI']; $URI='https://vitaminb12direct.com'.$Path; $_SESSION['specific_referer'] = $URI; echo "specific_referer:".$URI; } add_filter('wp_head', 'set_session_specific_referer'); /*** Forcing redirect to $_SESSION['specific_referer'] after registration & login in OneAll Social Login ***/ add_filter('oa_social_login_filter_registration_redirect_url', 'my_login_registration_redirect_filter', 10, 2); add_filter('oa_social_login_filter_login_redirect_url', 'my_login_registration_redirect_filter', 10, 2); function my_login_registration_redirect_filter ($url, $user_data) { return $_SESSION['specific_referer']; }
Forum: Plugins
In reply to: [Related Links Blender] looks good but prints error messageHope you enjoy the plugin and thanks for letting me know about the problem.
If you have any further problems or any other feedback please post back here. Feedback appreciated!
Forum: Plugins
In reply to: [Related Links Blender] looks good but prints error messageI pushed out an update, have you updated the plugin? (it appears not as the error line is still quoted as 67)