Jump to content

alfcub

Member
  • Posts

    2
  • Joined

  • Last visited

alfcub's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Thank you for helping! phpinfo gave me this: This program makes use of the Zend Scripting Language Engine: Zend Engine v2.3.0, Copyright © 1998-2013 Zend Technologies with Zend Guard Loader v3.3, Copyright © 1998-2010, by Zend Technologies As you mentioned that there is a bug with detecting zend and so I decided to try the hard coded approach and changed switch statements in index.php and admin.php to: switch('zend') { Now both the site and admin load just fine! First impressions are very positive compared to some other shopping carts that I have tried out. PS. Reading my host (Bluehost) documentation I see that ionCube Loader is also available, so a better way would be to enable that instead of messing with source code.
  2. I installed CubeCart using Mojo (formely Simplescripts) on my shared Bluehost account. After install main and admin pages show nothing, but no php errors are generated. (Prestashop and Agoracart installs worked just fine using Mojo). I added a simple statement to index.php and admin.php files print $glob['encoder']; after the first if statement (before switch) and got ioncoder as the result on the formerly blank pages. I see that the required index_enc_ion.php admin_enc_ion.php are in the directory, but there my pitiful knowledge of php ends. Any suggestions on what to try to resolve this? CubeCart Version: 5.2.2 PHP Version 5.3.26 PS. One last thing, I have no domain assigned just 1.2.3.4/~mysite/ccart/ as address for cart and accordingly 1.2.3.4/~mysite/ccart/admin/ for admin
×
×
  • Create New...