Jump to content

MYSQL 5.1 upgrade - site not working


M. Smith

Recommended Posts

1and1 is telling me that the CC script is not compatible with php 5.4.  They have no error logs, but I'm now getting this:

 

MySQL Error Occured

Error Message:
1016: Can't open file: 'CubeCart_sessions.MYI'. (errno: 130)

SQL:
SELECT sessId FROM CubeCart_sessions WHERE sessId=''

 

 

Link to comment
Share on other sites

CubeCart uses either Zend Guard or ionCube to decode the license enforcement protocols.

 

There is no Zend Guard plug-in for PHP 5.4 as yet.

 

But the ionCube v4.2 Loader says it is compatible with PHP 5.4.

 

In the file /includes/global.inc.php, check to see if $glob['encoder'] is equal to 'ioncube'. With PHP 5.4, this is probably your only choice. Then make sure 1and1 has the latest ionCube Loader installed for your use.

 

I am confident that all other code in CubeCart has no problems with PHP 5.4.

 

Be sure to mention to 1and1 that there has been a mysql malfunction. If you have phpMyAdmin (a utility in your hosted space control panel to manage your databases), use it to verify the integrity of the CubeCart database. You may need to execute a REPAIR operation on it.

Link to comment
Share on other sites

Yes, $glob['encoder'] is equal to 'ioncube' but my php.ini file has this line:

 

 

zend_extension = /homepages/38/d121554869/htdocs/battlemart/store/ioncube/ioncube_loader_lin_5.2.so

 

Should I change that to 'loader_lin_4.2.so'?  There is a 'ioncube_loader_lin_4.2.so' file in my ioncube directory.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...