Are you sure you upgraded both the code and the database?
Are you sure that both the
/includes/configure.php
/admin/includes/configure.php
files on the server are looking at the same database?
Are you sure you upgraded both the code and the database?
Are you sure that both the
/includes/configure.php
/admin/includes/configure.php
files on the server are looking at the same database?
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
Yes, it should be and those both configure files are pointing to the same database indeed.
I also looked with the zc_install folder again if it would say to me something is not upgraded and it tells me "No upgrade needed". So, I didn't proceed from that again either then. Evrything should have been done right already.
I may be blond but at least I found Zen.
If you look in your database via phpMyAdmin ... how many tables do you have?
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
I made the database upgrade again despite the installer was saying "No upgrade needed" and I got the product page with attributes visible and the error message
"1054 Unknown column 'popt.products_options_rows' in 'field list' in:
[select distinct popt.products_options_id, popt.products_options_name, --- etc."
disappeared! :)
So, all seems fine now.
Elli
I may be blond but at least I found Zen.
How very odd ...![]()
That change was made in the upgrade from v1.2.7 to v1.3.0 ...
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
Well, I have the latest version of zencart freshly installed and I thought I'd try setting up some attributes but I get that error after I enter an option name and I click on option value. I have not upgraded anything as this is my first install.
1054 Unknown column 'pov.products_options_values_quantity' in 'field list'
in:
[select pov.products_options_values_id, pov.products_options_values_name, pov.products_options_values_quantity, pov2po.products_options_id, pov.products_options_values_sort_order from products_options_values pov left join products_options_values_to_products_options pov2po on pov.products_options_values_id = pov2po.products_options_values_id left join products_options po on pov2po.products_options_id = po.products_options_id where pov.language_id = '1' and pov2po.products_options_values_id !='0' order by po.products_options_name, LPAD(pov.products_options_values_sort_order,11,'0'), pov.products_options_values_name]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
Thats the error.