Hi Guys,
I am new to linux and need your kind help.
I am trying to install opendocman document management system on Ubuntu 18.0.4
I get to the page where I am supposed to be able to install and setup the database.
DB Name: opedocmandb
DB Username: opendocmanuser
DB Host: localhost
When I browse to http://localhost/opendocman, I get the error below:
"The file ‘config.php’ already exists. If you need to reset any of the configuration items in this file, please delete it first. You may try installing now.
“); exit; } if (isset($_GET[‘step’])) { $step = $_GET[‘step’]; } else { $step = 0; } /** * Display setup config.php file header. * */ function display_header() { header(‘Content-Type: text/html; charset=utf-8’); ?>”
I can seem to be able to delete the default configphp file as advised in the error message.
Please help me.
Regards,