Hi !! (sorry for my english, i'm french)
I can't install it because php open tag is not really correct
the server don't accept short open tag
<?
i think you must correct it by <?php
et for mysql 5.5
TYPE=MyISAM is no longer available (TYPE was deprecated in MySQL 4.0 and removed in MySQL 5.5)
You must replace by
ENGINE=MyISAM
Thanks
I can't install it because php open tag is not really correct
the server don't accept short open tag
<?
i think you must correct it by <?php
et for mysql 5.5
TYPE=MyISAM is no longer available (TYPE was deprecated in MySQL 4.0 and removed in MySQL 5.5)
You must replace by
ENGINE=MyISAM
Thanks
2011-08-30 12:23
Hi,
in the next version we drop the short tags. And thanks for the hint for mysql we change this in the next release.
Christian
in the next version we drop the short tags. And thanks for the hint for mysql we change this in the next release.
Christian
2011-09-13 10:32