Forum Replies Created

Viewing 15 replies - 61 through 75 (of 76 total)
  • Gorana, do you use Wordfence?

    I also have this issue on several sites and this only happened recently. Daily (literally daily) all of the shipping methods become unchecked or disabled, even if I re-enabled them. I thought it had something to do with the fixed rate (simple shipping) plugin, so disabled that (wpsc-simple-shipping), but no change. This is on two separate web servers, running two different themes, and have had no issues for years until a recent update – either from WordPress or WPEC. They both use table methods and fixed rate methods to allow for local pickup.

    Interesting… I did it on a completely brand new installation too. I haven’t had a chance to convert it over to mime checking, but that would be for a custom application anyways (no extension in src links)

    Give me a little bit to throw it into a sandbox, upload the plugin, and test.

    The SRC on that image however isn’t resolving, and has no extension (the same issue I ran into with squarspace). The plugin does check for image tags, so would fail on that, but that can be bypassed – which introduces a huge security flaw. If you want to import images without extensions we need to check for mime type instead, which I could probably re-write it to do.

    Anyways, visit this link below (this is your img src) – do you have another example that has a src that resolves?

    http://notarealuser.typepad.com/.a/6a00d83454714d69asdfe201bb081c6fad970d-800wi

    Devil75, as for your question, there could be an IP issue too – however hard to test, because most IPs have multiple sites on them now.

    OK that is a different error, so lets backtrack a second here – is anyone willing or able to send me some examples of the content that you’re trying to import? I don’t need everything, mostly just some example image tags that are from your live site.

    We can set the examples up in qsandbox and do live online testing with no other plugins. There are two sections to this plugin, one of them scans and the other imports, so we need to make sure that both are able to read the img tags (and possibly differently formatted img tags like squarespace).

    I’m more than happy to help, it saved me a ton of time so why don’t we get it to the point where it works for everyone?

    I will need other information too, such as your browser, browser version, and the system you’re using it on (Windows, OSX, version/service pack). I’m on Chrome 43 on OSX 10.10.2.

    Let me try it on another site. I had chrome inspector open at the time, and it was giving all of the correct calls and responses… so I’ll see what I can do.

    Hmm, I wonder what the difference is between your installation and mine is. What plugins do you have installed? I basically had just this and the wordpress importer.

    Sure, try it out here – http://codingconcepts.net/importexternal.zip

    Let me know if there are any issues, I’m familiar enough with it now to make changes. The revisions for squarespace include checking for ?format=original at the end of the image tag, and if it doesn’t detect a .jpg or other image extension it automatically assigns image.jpg as the name of the file (we leave it up to wordpress to auto-increment that). The last modification is checking pages as well as posts, and bulk checking/importing pages as well as posts… as I found that Squarespace handled post imports without issue, but not page imports.

    Most changes are in import-external-images.php.

    I don’t, I searched my entire server, but it’s easily re-created. If you need it let me know.

    I looked at this, because I modified the plugin to import squarespace images that didn’t have an extension, and noted that the ajax form action posts and receives a list of the articles to retrieve:

    {“success”:true,”posts”:[5,353,478,216,354,137,140,355,480,7,356,139]}

    Then it continues in the JS on the var data action:

    action: ‘external_image_import_all_ajax’,

    which goes to the ajax.php file and follows through to the function external_image_import_images.

    It does its thing and appears to go through the whole process without issue, but I modified for a specific use (checking pages as well as posts, looking for a specific extension from a squarespace site) and have no idea if it would work for your purposes. Is there anyone that would like a copy to test and see if bulk processing works for them?

    I created a file called “page-conference.php” inside my theme folder which had an identical copy of the contents of this file:

    /wp-content/plugins/cr3ativ-conference/templates/template-cr3ativconference.php

    The easy way is to follow the readme:


    Included in the templates directory are:

    template-cr3ativspeaker.php
    template-cr3ativconference.php
    taxonomy-cr3ativconfcategory.php
    single-cr3ativspeaker.php
    single-cr3ativconference.php

    You will need to upload all of the above templates in to your current theme’s directory.

    Thread Starter infinustechnology

    (@koppit)

    OK so last update, I removed the file wpsc-shopping_cart_page.php and flushed the theme cache, same thing. If you click on a shipping item, it doesn’t show up in the total shipping box.

    I then reverted to the 2014 theme, and tried the same thing, after flushing the theme cache, with the same result and same error.

    So, I downloaded a new copy of the plugin, and uploaded it to the site. After trying it out, it gives me the same error message.

    http://www.orangewireart.ca/snip2.PNG

    I’m turning off shipping for now to get this back to a live site but I’m wondering if it’s just a table rate problem?

    This is from the client:

    first step of the checkout, all is well, its gives the correct shipping rate and correct tax amount
    next page Proceed: it doesn’t show the shipping rate anymore, also not in the total and when clicked on ‘purchase’ it says Please select one of the available shipping options, then we can process your order.
    And it doesn’t let me through.

    Thread Starter infinustechnology

    (@koppit)

    Thread Starter infinustechnology

    (@koppit)

    OK I double checked – the error is still there in the console, it’s not displayed on the screen, and I also suspected an issue with the theme. However even after downloading the latest one I was still seeing no final shipping cost at the bottom of the shipping/billing address screen.

    I’ll compare it with one of my working sites and maybe revert the entire checkout to the default code to see if I can troubleshoot further.

    OK I’ve got a workaround for you, even though I’m not one of the developers. If you want the file, go here:

    http://www.codingconcepts.net/fgallery.zip

    Place the file fgallery.php into this folder:

    wp-content/plugins/1-flash-gallery/

    What I did was comment out line 50, 67, and remove 477-558, essentially removing facebook connectivity from the code. You will need to ftp to your site to upload this, or alternatively, copy and paste from the php file into the plugin editor, choose fgallery and the file fgallery.php.

    Email admin@codingconcepts.net if you have any questions.

    Cheers!

    Brendan

Viewing 15 replies - 61 through 75 (of 76 total)