on following upgrade instructions from 1.1 to 1.2 i get the following error on opening the site.
Fatal error: Cannot redeclare class Database_PDO in /var/www/phpipam/functions/classes/class.PDO.php on line 9
Ive tried manually updating the DB and I get the same issue. :(
You seem to have CSS turned off. Please don't fill out this field.
Anonymous
using : PHP 5.6.17-0+deb8u1 Apache/2.4.10 (Debian)
All required php modules are installed.
:)
THanks for your help
Hi, no idea, never heard of this error in relation to phpipam... It seems something is alreay using class name Database_PDO...
Maybe try adding namespace to index.php, first line after php opening flags ?
namespace phpipam;
Same problem here after upgradingn from Debian 7 to Debian 8.
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
Ive tried manually updating the DB and I get the same issue. :(
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
using :
PHP 5.6.17-0+deb8u1
Apache/2.4.10 (Debian)
All required php modules are installed.
:)
THanks for your help
Hi, no idea, never heard of this error in relation to phpipam... It seems something is alreay using class name Database_PDO...
Maybe try adding namespace to index.php, first line after php opening flags ?
namespace phpipam;
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
Same problem here after upgradingn from Debian 7 to Debian 8.