Jump to content

spink

Member
  • Posts

    3
  • Joined

  • Last visited

spink's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. Yeah, I was hoping the ionCube loader would have solved the problem as well. I even crossed my fingers really hard, but all I got was a white screen. This is how the line reads now: ;$glob['encoder'] = 'ioncube'; Oops, I changed the PHP version to 5.4, but prior to my change it was PHP 5.2 (Single php.ini). I will change it back and see if I can find a way to upgrade to get Zend Optimizer v5.5.0. Can you think of anything else that might be the issue?
  2. (I am not a tech person, but I can figure some things out with instructions.) Thanks for your quick response. It is appreciated I just found the PHP config under my cpanel. However, it only offers up to: PHP 5.4 (FastCGI) All files with the extension .php will be handled by PHP 5.4 FastCGI processes. FastCGI for PHP makes all your PHP applications run through mod_fastcgi instead of mod_suphp. This eliminates the overhead of loading the PHP interpreter on every hit. Since it is always in memory ready for the next hit, the responses will be generated faster. Could this possibly solve the problem? Or do I specifically need 5.5?
  3. I installed cubecart through Mojo directly to my hosting account. So, it setup everything including the database. However, after the install I got nothing but a blank screen when trying to access the admin area (http://www.seriouslypink.co/store/admin.php). All yesterday I tried reading through the forum threads to see if I could find the fix, but to no avail. ------------------------ I tried renaming and then subsequently, deleting the cubecart setup folder, but still no access to the admin. ----------------------- I tried changing the /includes/global.inc.php encoder code to state 'zend' instead of 'ioncube', because that's what I original thought I had, but it created an error (see below). Fatal error : Incompatible file format: The encoded file has format major ID 4, whereas the Loader expects 5 in /home4/seriout2/public_html/store/admin_php5.3_enc_zend.php on line 0 ------------------------ So, after the error I installed ioncube instead and changed the /includes/global.inc.php back to 'ioncube' for the encorder. Here is the phpinfo: This program makes use of the Zend Scripting Language Engine: Zend Engine v2.2.0, Copyright © 1998-2010 Zend Technologies with the ionCube PHP Loader v4.4.4, Copyright © 2002-2013, by ionCube Ltd., and with Zend Optimizer v3.3.9, Copyright © 1998-2009, by Zend Technologies Can anyone assist with helping locate the problem? Thanks so much!
×
×
  • Create New...