Shopping Cart Builder Zend Edition Error

liunx

Guest
<b>Hi all,</b><br /><br />This is the error I receive when trying to use the ShoppingCartBuilderZend auto-installer:<br /><br /><!--quoteo--><div class='quotetop'>QUOTE</div><div class='quotemain'><!--quotec--><!--coloro:red--><span style="color:red"><!--/coloro-->Fatal error: Incompatible file format: The encoded file has format major ID 0, whereas the Optimizer expects 1; The encoded file was probably encoded by the Zend Encoder for PHP 5 (zendenc5), and therefore cannot be run on PHP 4 in /home/username/public_html/foldername/install.php on line 0<!--colorc--></span><!--/colorc--><!--QuoteEnd--></div><!--QuoteEEnd--><br /><br />I've spoken with the author of the cart and followed the information for chmod settings and-the-like, with no success. <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/thumbdown.gif" style="vertical-align:middle" emoid=":thumbdown:" border="0" alt="thumbdown.gif" /> <br /><br />Anyone have an idea on what "may" be needed to get this thing to install?<br /><br /><!--quoteo--><div class='quotetop'>QUOTE</div><div class='quotemain'><!--quotec--><b>P.S.</b> I've asked the author to provide complete database.sql files, so I can at least test the cart out. Still waiting...<!--QuoteEnd--></div><!--QuoteEEnd--><!--content-->
I did a little searching on Google, and it appears that your error is usually caused by files that were uploaded to the server in the wrong mode (ASCII instead of BINARY, or vice versa). If there were any installation instructions provided, I'd suggest looking to see if there was anything written about what FTP mode should be used with the files in your Shopping Cart Builder download.<br /><br />I'd also recommend not relying on any auto-detection of FTP mode when uploading the Shopping Cart Builder files. Instead, manually select the FTP mode so you know they are being uploaded in the correct mode to the server.<br /><br />Hope this helps...<!--content-->
<b>Hi TCH-David,</b><br /><br />Instructions are lacking, but yes I did go-a-Googling myself and tried what you suggested ASCII instead of BINARY, no go.<img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/sad.gif" style="vertical-align:middle" emoid=":(" border="0" alt="sad.gif" /><br /><br />So, I asked for a database.sql file, so I could manually install the cart. (I hate auto-install scripts they never work for me. <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/whip.gif" style="vertical-align:middle" emoid=":whip:" border="0" alt="whip.gif" /> )<br /><br />I'll try to install it later today, and I'll post back here with an update.<br /><br /><b>Thanks</b><!--content-->
I found the following instructions for installation in Shopping Cart Builder's Knowledge Base:<br /><!--quoteo--><div class='quotetop'>QUOTE</div><div class='quotemain'><!--quotec--><b>Automatic Installation</b><br />1. Unzip all files locally and upload to your server in <b>BINARY</b> format<!--QuoteEnd--></div><!--QuoteEEnd--><br />The way I read that, *all* files should be uploaded in BINARY mode.<br /><br />I'd suggest first deleting any existing Shopping Cart Builder files you have on the server (so there's no question whether the newly uploaded files overwrote the existing ones), then upload them again with your FTP program configured to use BINARY mode for all files, regardless of their file extensions.<!--content-->
<b>TCH-David,</b><br /><br />Thanks for the replies, but I have waisted all the time on this cart I'm going too, back to osCommerce.<br /><br /><b>Also, I found this out from a current user of the cart:</b><br /><br /><!--quoteo--><div class='quotetop'>QUOTE</div><div class='quotemain'><!--quotec-->Can't see the code, even after $70.00 purchase price = NO Sale in my opinion anyway. <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/shocking.gif" style="vertical-align:middle" emoid=":shocking:" border="0" alt="shocking.gif" /><!--QuoteEnd--></div><!--QuoteEEnd--><!--content-->
Hi CitiZen,<br /><br />I just had to ask...have you tried Zen-Cart?<br /><br />I saw your name Citi<!--coloro:red--><span style="color:red"><!--/coloro-->Zen<!--colorc--></span><!--/colorc--> and it struck me...maybe <!--coloro:red--><span style="color:red"><!--/coloro-->Zen<!--colorc--></span><!--/colorc-->-Cart is the way you should go <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/tongue.gif" style="vertical-align:middle" emoid=":P" border="0" alt="tongue.gif" /><!--content-->
<!--QuoteBegin-CitiZen+Jun 15 2005, 10:25 AM--><div class='quotetop'>QUOTE(CitiZen @ Jun 15 2005, 10:25 AM)</div><div class='quotemain'><!--QuoteEBegin--><b>Also, I found this out from a current user of the cart:</b><br /><!--quoteo--><div class='quotetop'>QUOTE</div><div class='quotemain'><!--quotec-->Can't see the code, even after $70.00 purchase price = NO Sale in my opinion anyway. <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/shocking.gif" style="vertical-align:middle" emoid=":shocking:" border="0" alt="shocking.gif" /><!--QuoteEnd--></div><!--QuoteEEnd--><br /><div align="right"><a href="http://www.totalchoicehosting.com/forums/index.php?act=findpost&pid=135438"><img src='http://www.totalchoicehosting.com/forums/style_images/1/post_snapback.gif' alt='*' border='0' /></a></div><!--QuoteEnd--></div><!--QuoteEEnd--><br />This is probably because the code is compiled in a binary form (I infer this from the requirements for either Zend Optimizer or IonCube). Code that is compiled into binary should run faster on the server, but it is unreadable by people. Another advantage to distributing complied code is that no one can copy or steal the code, but I don't know how much that was a factor for the creator of Shopping Cart Builder in choosing to distribute compiled code.<!--content-->
<b>Hi GroovyFish,</b><br /><br />Zen-Cart is the brainchild from a group of the osCommerce former members.<br /><br />Zen-Cart is built on osCommerce code. <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> <br /><br />Citi<!--coloro:red--><span style="color:red"><!--/coloro-->Zen <!--colorc--></span><!--/colorc-->"City of Zen" I try.<br /><br />--------------<br /><br /><b>TCH-David,</b><br /><br /><!--quoteo--><div class='quotetop'>QUOTE</div><div class='quotemain'><!--quotec-->advantage to distributing complied code is that no one can copy or steal the code<!--QuoteEnd--></div><!--QuoteEEnd--> I know they're trying to make a buck and all, but...<br /><br />If I was going to fork over $70.00 to "own" the cart, I sure as heck - want to be able to see the code and customize or debug it for users of the cart and my own benefit.<br /><br />Like I said before, back to "Open Source" for me. <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/thumbup1.gif" style="vertical-align:middle" emoid=":thumbup1:" border="0" alt="thumbup1.gif" /><!--content-->
I've spent the last couple of months installing and cofiguring Zencart. Very powerful program with a <u>very</u> steep learning curve. THeir forums are good, though. If you decide to go that way and get stuck, post here and I'll be glad to help, if I can.<!--content-->
<b>Hi stevesh,</b><br /><br />I think I'm going to give ZenCart a try, they've installed a bunch of mods and have more than 1 stock template now.<br /><br />I've used osCommerce since 1999 when it was called something else, so I think working with the ZenCart code will be easier than learning some other cart anywho.<img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /><br /><br /><b>Thanks</b><br /><br />----------<br /><br /><b>GroovyFish,</b><br /><br />I visited the ZenCart in your profile. That store must smell wonderfull. <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/biggrin.gif" style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" /><!--content-->
<b>Just an update.</b><br /><br />I installed the ZenCart, tested it out and found that:<br /><br /><!--quoteo--><div class='quotetop'>QUOTE</div><div class='quotemain'><!--quotec-->1. The admin side is great.<br />2. It has a lot of mods already installed, which is good.<br />3. But, customizing the cart is an up-hill battle.<!--QuoteEnd--></div><!--QuoteEEnd--><br /><br />The cart is not for me, I'm going back to osCommerce, because I already know how to customize it to my liking. <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/wink.gif" style="vertical-align:middle" emoid=";)" border="0" alt="wink.gif" /> <br /><br />I am going to customize the admin side and the login/create account page to mach the ZenCart admin, login/create account page with some mods found in the contributions part of the osCommmerce's Website. <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/thumbup1.gif" style="vertical-align:middle" emoid=":thumbup1:" border="0" alt="thumbup1.gif" /><!--content-->
 
Back
Top