Here is ZIP with changed-only files:
http://prdownloads.sourceforge.net/z...y.zip?download
Here is ZIP with changed-only files:
http://prdownloads.sourceforge.net/z...y.zip?download
Thanks I shall try it now,
with your solution stay online.
No it still won`t work, I have pasted the code with macromedia,
it actually says on the front page of my shop this :-
Warning Your database appears to need patching to a higher level. See Admin->Tools->Server Information to review patch levels.
I have checked the server information at it says this :-
Zen Cart 1.3.0.2
Database Patch Level: 1.3.0.1
v1.3.0.1 [2006-08-23 23:08:37] (Version Update 1.3.0->1.3.0.1)
v1.3.0.1 [2006-08-23 23:08:01] (Version Update 1.3.0->1.3.0.1)
v1.3.0.2 [2006-08-23 23:08:01] (Version Update 1.3.0.1->1.3.0.2)
v1.3.0 [2006-08-23 20:53:01] (Fresh Installation)
v1.3.0 [2006-08-23 20:53:01] (Fresh Installation)
Any ideas ?
During installation you update only files, not database. Try to run installation once more and when you will see possibility to upgrade ZenCart AND update database, click on UPDATE DATABASE. I hope, that's all.
But, I think there will be some other problem then '%f'/'%d' only. So, try to patch database. It is good step at all.
Can you re-run the zc_install program and apply the patches for 1301-to-1302 again?Originally Posted by Nellybongo
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Thanks DrByte,
I shall try this and let you know if it works.
Kind Regards.
I tried a fresh install, and upgraded to 3.0.1.2
I made a new user and logged in , added 1 item to my cart, and here is my error when I go to the checkout,
If you would like to see this working my dev site is1064 You have an error in your SQL syntax near '(zen_address_book ab left join zen_zones z on' at line 7
in:
[select c.customers_firstname, c.customers_lastname, c.customers_telephone, c.customers_email_address, ab.entry_company, ab.entry_street_address, ab.entry_suburb, ab.entry_postcode, ab.entry_city, ab.entry_zone_id, z.zone_name, co.countries_id, co.countries_name, co.countries_iso_code_2, co.countries_iso_code_3, co.address_format_id, ab.entry_state from zen_customers c, (zen_address_book ab left join zen_zones z on (ab.entry_zone_id = z.zone_id) left join zen_countries co on (ab.entry_country_id = co.countries_id) ) where c.customers_id = '2' and ab.customers_id = '2' and c.customers_default_address_id = ab.address_book_id]
http://celticstudio.co.uk/zen
what version of MySQL are you using?
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Mysql 3.23.56Originally Posted by DrByte
Php Version 4.3.10
Just to update you on this problem, I have download the new version and it works with the PHP and MYsql I am running at the moment. No problems and Excellent product.
Thanks to you all for you help.