Menu

#165 Unknown error type: [8192] in IPPlan v6.00-BETA2

open
nobody
None
5
2014-07-17
2012-05-10
Matthew
No

PHP 5.3.6-13ubuntu3.7 (Linux)
Unknown error type: [8192] Function set_magic_quotes_runtime() is deprecated Line: 68 File: /var/www/ipplanv6/ipplanlib.php

OS: Ubuntu 11.10
IPPlan ver. IPPlan v6.00-BETA2

Discussion

  • Tuany

    Tuany - 2013-08-16

    It's an old issue but for register.
    For me I had to edit ipplanlib.php, uncommenting 2 lines (67 and 69)
    if (phpversion()<"5.3") {
    set_magic_quotes_runtime(0);
    }

    Then go to admin/schemacreate.php, on line 46 change:

    $taboptarray = array('mysql' => 'TYPE=INNODB');
    To:
    $taboptarray = array('mysql' => 'ENGINE=INNODB');

    Is working fine so far....

     
  • Kamal

    Kamal - 2014-07-17

    Thanks Tuany, you are a life saver.

     

Log in to post a comment.