Jump to content

Cubecart 6.0.3


Recommended Posts

In a nutshell 6.0.3 had a new piece of code with an inline function within a callback. Or demo and development server didn't pick up an issue with this. Some server configurations block this and thus it threw an error. We had to create a new function and remove the inline function to fix this and get a new release out pronto.

Link to comment
Share on other sites

As best you know, this 'inline function' -- also called an "anonymous function" -- is from a server configuration based on what?

The fact that CC6 requires PHP >= 5.2.3, yet anonymous functions are only available in PHP >=5.3.0, and the affected installations were running a version of PHP somewhere in between?

Or because the server admin knows of a way (or uses a PHP security add-on, such as suPHP) to block anonymous functions?

 

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...