Re: [Done v1.3.6] Country Dropdown Bug
Quote:
Originally Posted by
sparrish
I see it now. I would double-check that you changed YOUR_TEMPLATE in the /includes/modules directory to "classic", or that you have overwritten your /includes/modules/create_account.php file with the one from the updated version of the Newsletter Subscribe contribution (v2.0.6).
I overwrote the create_account.php with numerous different files (one from the 2.0.6, one from the 1.37 zen upgrade, one found on this forum), and I had in my /includes/modules directory a classic and a YOUR_TEMPLATE. I changed classic to classic1 and the YOUR_TEMPLATE to classic - opened the store, refreshed the page, and still get the error.
Cheryl <-- hoping someone can come up with a fix.
Re: [Done v1.3.6] Country Dropdown Bug
ok, the easiest way to get rid of this crap is to just delete the code for the country. I don't need the country - I do not ship anywhere except the continental US.
Where do I get rid of this code? and how do I rem in php? If someone can please post the file name, and the piece of code that needs to be remmed out, that would be great.
Thanks
Cheryl
Re: [Done v1.3.6] Country Dropdown Bug
I'm not sure that removing the country from the file would solve the problem. The script will still be checking to see if a valid country was entered. Please double-check the version ID line from the create_account.php file that is currently in /includes/modules/classic so that I can verify if you have the right file installed. The line should read:
Code:
* @version $Id: create_account.php 4825 2006-10-23 22:25:11Z drbyte $
If it says something else, than it is likely that you have an outdated version of the file.
Re: [Done v1.3.6] Country Dropdown Bug
Code:
<?php
/**
* create_account header_php.php
*
* @package modules
* @copyright Copyright 2003-2006 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: create_account.php 4825 2006-10-23 22:25:11Z drbyte $
*/
// This should be first line of the script:
$zco_notifier->notify('NOTIFY_MODULE_START_CREATE_ACCOUNT');
Re: [Done v1.3.6] Country Dropdown Bug
Ok, I am really irritated now - just did a complete upgrade to 1.3.7. Database and zen cart. It says so when I click on version.
I re-did the newsletter thing.
Still get this retarded country error.
If I didn't have to type in 3000 items again, I would just dump zen-cart.
I may still just dump zen-cart....
I have tried all the stuff listed in the forum. None of it works. What's up.
Re: [Done v1.3.6] Country Dropdown Bug
Something is rather odd about your site ...
Go to:
http://www.cherdons.com/
Point, do not click, at the login link ...
Notice the URL in the bottom of the browser ...
Now click the login link ...
Any chance the frames are breaking things?
Have you tried a simple install in a test directory with a test database using the demo data just to see if perhaps there is an issue with your frames or site causing this problem?
Re: [Done v1.3.6] Country Dropdown Bug
No, this worked before. zen cart is set up on cherdoninvestments.com - the cherdons.com is the registered name and is what is seen in the browser - it's a redirect. Did not have this problem until I installed the newsletter thing. Now I can't get rid of it. Even with a full copy over of ALL the different files in 1.3.7.
Quote:
Originally Posted by
Ajeh
Something is rather odd about your site ...
Go to:
http://www.cherdons.com/
Point, do not click, at the login link ...
Notice the URL in the bottom of the browser ...
Now click the login link ...
Any chance the frames are breaking things?
Have you tried a simple install in a test directory with a test database using the demo data just to see if perhaps there is an issue with your frames or site causing this problem?
Re: [Done v1.3.6] Country Dropdown Bug
BTW, I can go to the store from admin and it shows the long address, and the same thing happens.
CHeryl
Re: [Done v1.3.6] Country Dropdown Bug
With all the errors I am getting either I am not going to the right link or you have not upgraded all of your files correctly ...
Many files are missing or out of date ...
Where do you think your v1.3.7 site is without any of this redirect mess ... :smile:
Re: [Done v1.3.6] Country Dropdown Bug