When i run the install.php script i get errors from adodb.inc.php
Screenshoot
You seem to have CSS turned off. Please don't fill out this field.
Please provide more information, it works for me.
I sent a screenshoot
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
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);
View and moderate all "bugs-and-support Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs and support"
Screenshoot
Last edit: Anonymous 2014-03-13
Please provide more information, it works for me.
View and moderate all "bugs-and-support Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs and support"
I sent a screenshoot
View and moderate all "bugs-and-support Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs and support"
View and moderate all "bugs-and-support Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs and support"
Last edit: Anonymous 2015-01-19
View and moderate all "bugs-and-support Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs and support"
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
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);