Mydbr and turnkey LAMP stack - Installation problem

(5 posts) (3 voices)

Tags:

No tags yet.

  1. exa_gon, Member

    Hi, I want to test your application, but I've some problemi with installation, can someone help me ?

    When I logon on http://localhost/mydbr and follow some steps I receve error

    1st step : ALL OK and mysqli - PHP Extension for MySQL INSTALLED
    mssql/FreeTDS - PHP Extension SQL Server, Sybase ASE and SQL Anywhere INSTALLED
    sqlsrv - Microsoft Drivers for PHP for SQL Server NOT INSTALLED

    2nd step : Report database setup - so I insert the correct user and parameters

    3th step : Checking database connection OK
    Database mydbr connection tested successfully.
    Checking database version OK
    MySQL version 5.5.47-0+deb8u1 found.
    Checking if database exists OK
    Database mydbr existence verified successfully.
    Checking if myDBR reporting objects exist OK
    myDBR reporting objects validated successfully.

    4th step : Connection failed: Your admin_password is not set in mydbr_config.php

    When I check the mydbr_config.php file all my parametere are gone and when I change the parameter inside and refresh the page all the parametere inserted gone away again.

    Can someone point me ?
    thanks in advance

  2. myDBR Team, Key Master

    Hi,
    Turnkey Linux has both OPcache and XCache enabled by default. They are not needed with myDBR and will cause problems with ionCube loader.

    To disable them, add following two lines into .htacess-file which you place in the myDBR's root directory.

    php_flag opcache.enable Off php_flag xcache.cacher 0
    --
    myDBR Team

  3. exa_gon, Member

    I've added, but same blanc page after the 4 step.
    But now I've noted another error in the error.log under apache log file, it say :

    zend_mm_heap corrupted

  4. myDBR Team, Key Master

    Sounds like your XCache is still on.

    You can disable it from /etc/php5/apache2/conf.d by removing the 05-opcache.ini and 20-xcache.ini files and by restarting apache.

    The zend_mm_heap may be corrupted due to clash between XCache and ionCube.

    --
    myDBR Team

  5. john, Member

    this worked for me
    webmin - apache - virtual server - php
    and add the two php_flag lines
    restart apache


Reply

You must log in to post.