Here's a link to the file:
*** snip ***
Here's a link to the file:
*** snip ***
Last edited by DrByte; 14 Oct 2007 at 07:44 PM. Reason: removed link for privacy
Access denied.
.
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.
Try this... its the code in a text file:
**** snip ****
Last edited by DrByte; 14 Oct 2007 at 07:44 PM. Reason: removed link for privacy
I have no idea why it's doing that.
You have a few options:
a) Since you have no customers in your database other than the default test account, you could just delete that customer via the admin and then re-export the database.
b) You could edit the .sql file and add two single quotes between those two commas. But that is only a bandage masking the real root problem ... which I don't know the cause of.
c) Many of your fields are being exported as hexadecimal data, suggesting that they're being seen as binary fields, but the structure of the tables doesn't have them set to be binary. Thus, it's odd that it's converting a lot of data to hex format. This suggests to me that something's wrong with your server configuration or with phpMyAdmin on your server, such that it's operating wrongly.
This is borne out in the fact that it should not be leaving that company field blank like that.
In short, I don't know the cause of your problem. All I can suggest are some workarounds. It would be more prudent for you to talk to your hosting company about why it's behaving like it is ... that's their job to fix.
NOTE: If you can't get good backups and/or cannot restore your backups ... then you don't have a reliable environment. And, if your environment isn't reliable, it doesn't make sense to run a business there. Maybe another host might be a requirement ...
.
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.
I tried your option a to see what would happen... truncated the Address Book table, exported, and attempted to re-import. Now I get errors pointing to the banners table:
There seems to be an error in your SQL query. The MySQL server error output below, if there is any, may also help you in diagnosing the problem
ERROR: Unknown Punctuation String @ 978
STR: ://
SQL:
--
-- Dumping data for table `banners`
--
and more...............
Are these the options you're choosing for export?
https://www.zen-cart.com/tutorials/i...hp?article=103
.
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.
Yes... I'm using those options.
Time to talk to your hosting company
.
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.
So, the issue is that the data export is dropping fields? Please clarify. What if I enter the missing fields in phpMyAdmin?
.
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.