jQuery error during phpIPAM database installation
phpipam open-source IP address management
Brought to you by:
myha
Hallo,
I was trying to install phpIPAM on my CentOS 6.6 server. I have followed all the steps required for the installation. I get this error when i try to install it.
Any help will be highly appreciated.
=====================
Query error!
Hide
Loading...
=====================
As I can see here (http://sourceforge.net/p/phpipam/bugs/186/), the error comes due BASE in config.php and .htaccess. But in my case everything is correct:
config.php: define('BASE', "/phpipam/");
.htaccess: RewriteBase /phpipam/
Maybe the problem in $db['name'] = "phpipam"; (from config.php)?
As I can see in DB, there is NO DB that named "phpipam".
Anonymous
Same problem for me
I get this php error;
PHP Notice: Constant BASE already defined in /srv/www/htdocs/phpipam/config.php on line 32, referer: https://example.com/phpipam/?page=login
I added phpipam database like described in INSTALL file, but the problem is still there.
Im having the same issue.