honestaeb
Forum Replies Created
-
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Event Page Includes wrong Title@georgi-tsvetkov – I had the same problem, and seem to have resolved it by creating new events and deleting the old ones. Prior to figuring that out, I updated to the latest version of the plugin (I’m currently using v3.2.10 on WP 5.6)
Forum: Plugins
In reply to: [WooCommerce] Common Issue – SyntaxError: Unexpected TokenThe plugin is Vendor Stores from Ignitewoo.com
Forum: Plugins
In reply to: [WooCommerce] Common Issue – SyntaxError: Unexpected TokenFound the plugin causing the problem. Unfortunately, it’s a 3rd-party plugin, so I’m following up with that developer to get a solution. Thanks for your help!!
Forum: Plugins
In reply to: [WooCommerce] Common Issue – SyntaxError: Unexpected TokenSure. Here are screenshots of the beginning and ending of the AJAX response:
It does look like there is a line break at the beginning of the response (And Firefox returns the error: “SyntaxError: JSON.parse: unexpected character at line 2 column 1 of the JSON data”). The bottom looks OK, though.
My child theme’s admin-new-order.php appears to be identical to the one provided by WooCommerce (Except I modded mine to include a product thumbnail).
Forum: Plugins
In reply to: [WooCommerce] Common Issue – SyntaxError: Unexpected TokenI have the same problem. The code provided above (Placed into wp-config.php) doesn’t suppress this error message on one of my shops. The payment gateway I’m using is Authorize.net AIM (Purchased from Woothemes).
I’ve examined my server error logs, which are not showing any errors. Using the WP Debug (debug.log) is showing me an error for WP Super Cache. Disabling the cache hasn’t resolved the problem.
I’ve examined the AJAX response on my checkout, which begins with the HTML of my admin new order email. After the HTML, I can see the actual AJAX, which looks like:
{“result”:”success”,”redirect”:”https:\/\/www.mysite.com\/checkout\/order-received\/9999?key=wc_order_55ce2544a3486
&utm_nooverride=1″}4 requests
5.2 KB
4.63s
For now, I’ve been able to keep customers from submitting duplicate orders by placing a message at the top of my checkout page, but obviously I’d like to get this resolved ASAP and remove the message.
Forum: Plugins
In reply to: [Login Widget With Shortcode] Undefined Index in debug.logThis is great, thanks so much!
Forum: Plugins
In reply to: [Groups] Assign group to user automatically with Gravity FormszOMG! Take my money!! Buying now…
A tiny hint: It seems that my older sites (Ones that have had several WP and plugin upgrades) are the ones that have errors, while newer sites that have been through few upgrades seem to work fine.
I am having the same issue on several (although not all of my WP sites). I have not yet been able to find a solution from anyone…
Forum: Plugins
In reply to: All in one SEO not opening upI am having the exact same problem. However, what makes things kind of funny is that I am running several WordPress sites, all with AIOSP installed, and all running WP 2.7, yet some of them work fine with AIOSP, and some do the exact thing that you’re describing here. I think the only difference between the sites that work and the sites that don’t work is that the sites that don’t work have been through several WP upgrades. In other words, from 2.5 to 2.6 to 2.7, while the sites that do work started as clean 2.7 installs. The plugin seems to work fine for all of the pages/posts I created before this problem.
Forum: Themes and Templates
In reply to: Make tags and categories play nicelyOops, didn’t use the code function…The above post was intended to say…
<a href="http://www.site.com/<? category php>/<? tag php">Product Name</a>Forum: Themes and Templates
In reply to: Make tags and categories play nicelyI guess I should also add that I am using “pretty” permalinks, and the structure of those permalinks is based on the categories and tags that I use to define the various products (posts). In other words, it is possible to generate a permalink within a tag cloud by structuring PHP functions that call the categories and tags? Can I do something like:
I know this is not proper PHP syntax, but do y’all see what I am getting at here?