Jump to content
thirty bees forum
  • 0

HTTP 500 Server error in BO after updating 1.0.4 to 1.0.8


Ulrich

Question

6 answers to this question

Recommended Posts

  • 0

Sorry,

i switched to debug mode via ftp:

Fatal error: Access level to GraphNvD3::$_width must be protected (as in class ModuleGraphEngine) or weaker in /var/www/web24668849/html/modules/graphnvd3/graphnvd3.php on line 30

regards

Ulrich

 

Link to comment
Share on other sites

  • 0

Hi musicmaster,
now it works, after changing snippet in graphnvd3.php:

class GraphNvD3 extends ModuleGraphEngine
{
    private $_width;
    private $_height;
    private $_values;
    private $_legend;
    private $_titles;

 

to


class GraphNvD3 extends ModuleGraphEngine
{
    protected $_width;
    protected $_height;
    protected $_values;
    protected $_legend;
    protected $_titles;

Thank you
Ulrich

Link to comment
Share on other sites

  • 0

In Menu "Preferences" > "Core Updater" i compared files to "1.0.8" and get message:

 Incompatible modules to get uninstalled (2 items):
These modules are currently installed, but not compatible with the target thirty bees version. They\'ll get uninstalled and deleted when updating.
     graphnvd3
     gridhtml

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...