Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter thehermitvi

    (@thehermitvi)

    Just to let you know I tweaked your checkout code so they have all the options on the checkout. This is what I put:

    $List=$wpdb->get_results("SELECT * FROM $table ORDER BY list,stateName",ARRAY_A);
    		if(sizeof($List)>0){
    			$echo .='<label for="state">'.__('State/County/Province','eshop').' '.$sreqd.'<br />
    			  <select class="med pointer" name="state" id="state">';
    			foreach($List as $key=>$value){
    				$k=$value['code'];
    				$v=$value['stateName'];
    				$l=$value['list'];
    				$stateList[$k]=$l." - ".$v;

    This way all options are shown and the country code proceeds the state/county/province. I want to include everybody

    Thread Starter thehermitvi

    (@thehermitvi)

    Just to let you know the Donation that just came from The Hermit Enterprises through PayPal is from the US Virgin Islands ??

    I couldn’t resist I had to add that.

    Thread Starter thehermitvi

    (@thehermitvi)

    I took it out did a fresh install (added the VI US Virgin Islands to the install.php file) created a new blog. Activated eShop no error.

    Uploaded a product and went through a purchase, download and all worked fine.

    Still didn’t have the change to the state codes when I selected US as country or to territories when I picked CA. Is this supposed to be an Ajax call when you pick the country or does it work on the IP address?

    Being in the often forgotten Virgin Islands my IP does some weird things, some times I am US some times Canadian some times British but this isn’t a major problem because most of the products sold will be downloads and the address isn’t that important.

    But state or territory selection is the only thing that isn’t working perfectly now and I am sure I can tweak that to work.

    I appreciate your quick responses and getting rid of that error.

    Thread Starter thehermitvi

    (@thehermitvi)

    It seems to be working fine except for the error that only occurs when you first activate it.

    I should say it works fine once I went in and entered the US Virgin Islands as a country because I couldn’t test the purchase until I put it in. (hint hint ?? ) but upload works, sales work, I have to look at the actual setting for the information form because it never gave me states to choose from when I chose US as a country I was still in the UK but other than that it works fine.

    Thread Starter thehermitvi

    (@thehermitvi)

    Thanks for the response.

    I changed the code and I still get the same error. All the pages and I believe all the database tables are created so I will see if it is working even with the error and I will let you know later today.

    Thread Starter thehermitvi

    (@thehermitvi)

    OK it was the WordPress Automatic Update plugin causing the problem. Deactivated and everything works fine.

    If you have any type of admin navigation plugin you should turn it off and try again.

    You can do this by going to the plugin page directly

    https://www.yoursite.com/subfolder/wp-admin/plugins.php

    Or you can ftp to the plugin folder and rename the admin navigation folder so the plugin won’t run

    This looks like a problem on your end the blog and the admin login show up fine for me in Flock (once I added the e to the in your link) . Try using a different browser and see that help you.

    This looks like a permission problem.

    Try setting the permissions (CHMOD) to the folders uploads 2008 and 12 to 666 so the script has permission to write to them. If that doesn’t work then try 777 but that is not secure and you shouldn’t ever leave a file or folder set at that permission.

    If the images were upload via the admin area Media Manager you could try copying the upload folder from the directory to the root. This should put your images where they will be found.

    the upload folder will be in:

    /yoursubfolder/wp-content/uploads

    You should be able to do this with your FTP client or you can download and re-upload the images.

    If you have cleared the cache and it is still acting up. It is most likely a plugin related issue. I had the same problem with an older version of Ninja Affiliate plugin.

    Try turning off all you plugin, then turn them on one at a time and see if the problem is cleared up. You might have to clear you cache after each turn on to check correctly.

    If you find the plugin that is causing the problem look for an update.

    OH, I should have said make sure all your plugins are up to date.

Viewing 11 replies - 1 through 11 (of 11 total)