Hi there,
I followed the instructions and didn't get any errors. Since installing I'm getting this warning on main page.
Undefined variable: debugging in /var/www/phpipam/functions/functions.php on line 8
Here's the relevant line from functions.php
if (!$debugging) { error_reporting(E_ERROR ^ E_WARNING); }
I don't continue installation process.
On page "Automatic database installation" I getting warning
SQLSTATE[42000]: Syntax error or access violation: 1102 Incorrect database name ''
My config.php
$db ['host'] = "localhost";
$db ['user'] = "phpipam";
$db ['pass'] = "phpipamadmin";
$db ['name'] = "phpipam";
define ( 'BASE' , "/phpipam/");
Thanks
Anonymous
View and moderate all "support-requests Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Support Requests"
Did you get this resolved? i'm seing the same thing.
View and moderate all "support-requests Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Support Requests"
Getting this as well
Hi, something is wrong with php installation I would guess ? It seems it is outputting php instead of running it.
Are you using apache ?
Miha, have you done a fresh/new install of phpipam lately?