Error database

Fermé
josiane1290 Messages postés 15 Date d'inscription mercredi 20 août 2014 Statut Membre Dernière intervention 26 octobre 2015 - 22 oct. 2015 à 16:31
josiane1290 Messages postés 15 Date d'inscription mercredi 20 août 2014 Statut Membre Dernière intervention 26 octobre 2015 - 26 oct. 2015 à 10:37
Bonjour,
je suis entrain d'installé ipplan 4.80 au cours de l'installation j'ai les erreurs suivantes:

#snmp support not compiled into php
#importing from routing tables and direct query of device will not work

#zlib support compiled into php
#output to webrowser will be compressed for quicker loading of pages if web browser supports compression

#File uploads to ip records may not work - unable to create file in /var/spool/ipplanuploads - check permissions

#DNS zone file exports do not work - unable to create file in /tmp/dns/ - check permissions
If you see this message, submit a detailed bug report on Sourceforge including the message below, the database platform used and the steps to perform to recreate the problem.

PHP 5.6.14 (Linux)
Unknown error type: [8192] Assigning the return value of new by reference is deprecated Line: 537 File: /opt/lampp/htdocs/ipplan/adodb/adodb-lib.inc.php

CREATE TABLE area (
areaaddr INT UNSIGNED NOT NULL DEFAULT 0,
descrip VARCHAR(80) NOT NULL,
areaindex BIGINT NOT NULL AUTO_INCREMENT,
customer SMALLINT UNSIGNED NOT NULL DEFAULT 0,
PRIMARY KEY (areaindex)
)TYPE=INNODB;

Failed to execute above statement against database

You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'TYPE=INNODB' at line 7

j'ai cherché sur internet mais toujours les solutions que j'ai trouvé n'ont pas résolu mon problème , je ne sais plus a quel saint me vouer

urgent svp et merci d'avance

A voir également:

4 réponses

Utilisateur anonyme
23 oct. 2015 à 00:02
Bonjour

Ton ipplan 4.80 semble être un vieux logiciel. Il utilise une syntaxe dépréciée dans PHP, et obsolète dans mysql, puisque en mysql, on n'écrit plus TYPE=INNODB mais ENGINE=INNODB depuis la version 5.1.
Il y a certainement d'autres problèmes.
Trouve une version plus récente du même logiciel ou d'un autre qui rend le même service.
0