Dernières versions d'ovidentia

Dernières mises à jour

Derniers sujets du forum


RE:403 Access Forbidden
Aller à   
Rechercher
Auteur
Message Vue en arbre
Marcelo Garza
Posté le: Lun 25 Juin 2007 20:01
Sujet de la contribution: ovidentia 6.3.3 install failing

Installed on a windows MYSQL and PHP install, all works fine except when creating the DB either manually or using the install.php it ALWAYS fails on:

- Database created : ovidentia

- 424 query founded into dump file

- Aborted

There is an error into sql dump file at query :

CREATE TABLE `bab_sites` (
`id` int(11) unsigned NOT NULL auto_increment,
`name` varchar(30) NOT NULL default '',
...

...

...

PRIMARY KEY (`id`),
KEY `name` (`name`)
)

BLOB/TEXT column 'smtppassword' can't have a default value

-----

Then I can get nowhere.. I tried removing that line and it still fails on another line item. Is there something I can do to force it or make it install correctly?

Marcelo



Modifié Lun 25 Juin 2007 21:16
Haut 
Noureddine Ayachi
Posté le: Mar 26 Juin 2007 07:46
Sujet de la contribution: RE:ovidentia 6.3.3 install failing

You can solve this problem by editing MySQL ini file and inserting this line:

sql-mode="STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION"

Hope this can help you.

Noureddine



Haut 
Marcelo Garza
Posté le: Jeu 28 Juin 2007 00:59
Sujet de la contribution: RE:ovidentia 6.3.3 install failing

tried:


# Set the SQL mode to strict
#sql-mode=STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION
sql-mode="STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION"

as you can see the other was was #'d out.

Still occurs... Do not know what to do??



Haut 
Nicolas Bidault
Posté le: Jeu 28 Juin 2007 08:59
Sujet de la contribution: RE:ovidentia 6.3.3 install failing

Hi,

have you restart your MySQL server ?

Nicolas



Haut 
Marcelo Garza
Posté le: Mar 03 Juillet 2007 01:38
Sujet de la contribution: RE:ovidentia 6.3.3 install failing

yes many of times..

I do not know what in the world is happening..



Haut 
gonzato jean-christophe
Posté le: Mar 18 Mars 2008 13:52
Sujet de la contribution: RE:ovidentia 6.3.3 install failing

Hi everybody,

I have the same error during installation of last version of ovidentia.. I'm using IIS 7. 0 on vista, PHP 5 and MySQL 5.1.22

Have you find a solution ?



Haut 
Aller à   
Rechercher
Up