Menu

#48 Can't install

2.2.8
closed-fixed
agenda (7)
5
2013-01-07
2013-01-06
Anonymous
No

When i run the install.php script i get errors from adodb.inc.php

Discussion

  • Thomas Abeel

    Thomas Abeel - 2013-01-06

    Please provide more information, it works for me.

     
  • Thomas Abeel

    Thomas Abeel - 2013-01-06
    • status: open --> closed-invalid
     
  • Anonymous

    Anonymous - 2013-01-06

    Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\agenda\adodb\adodb.inc.php on line 914

    Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\agenda\adodb\adodb.inc.php on line 1988

    Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\agenda\adodb\adodb.inc.php on line 2060

     

    Last edit: Anonymous 2015-07-07
  • Thomas Abeel

    Thomas Abeel - 2013-01-07

    You can turn of deprecation warnings from PHP, alternatively you can use an older version of PHP.

    error_reporting(E_ERROR | E_WARNING | E_PARSE | E_NOTICE);

    or

    error_reporting(E_ALL ^ E_DEPRECATED);

     
  • Thomas Abeel

    Thomas Abeel - 2013-01-07
    • status: open --> open-fixed
     
  • Thomas Abeel

    Thomas Abeel - 2013-01-07
    • status: open-fixed --> closed-fixed
     
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.