Tables J2.5 to J3.1

  • jose_arica
  • Topic Author
  • Visitor
  • Visitor
10 years 10 months ago #1833 by jose_arica
Tables J2.5 to J3.1 was created by jose_arica
Hi Fabrice!
look now i install de J3.1 and gmap works fine! but my old tables was in J2.5 and i can not get them to work, so i dont have any places in my web :(

The question is: the tables are compatible??

Greetings from Arica
The topic has been locked.
  • LJ01
  • Visitor
  • Visitor
10 years 10 months ago - 10 years 10 months ago #1834 by LJ01
Replied by LJ01 on topic Tables J2.5 to J3.1
Hi
extract the old and the nex table and compare columns ...
are similar
gmapfp 3.0
CREATE TABLE IF NOT EXISTS `#__gmapfp` (
    `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
    `nom` varchar(200) NOT NULL,
    `alias` varchar(255) NOT NULL,
    `adresse` varchar(200) DEFAULT NULL,
    `adresse2` varchar(200) DEFAULT NULL,
    `ville` varchar(200) DEFAULT NULL,
    `departement` varchar(200) DEFAULT NULL,
    `codepostal` varchar(80) DEFAULT NULL,
    `pay` varchar(200) DEFAULT NULL,
    `tel` varchar(30) DEFAULT NULL,
    `tel2` varchar(30) DEFAULT NULL,
    `fax` varchar(20) DEFAULT NULL,
    `email` varchar(100) DEFAULT NULL,
    `web` varchar(200) DEFAULT NULL,
    `img` varchar(100) DEFAULT NULL,
    `album` tinyint(1) NOT NULL DEFAULT '0',
    `intro` mediumtext DEFAULT NULL,
    `message` mediumtext DEFAULT NULL,
    `horaires_prix` mediumtext DEFAULT NULL,
    `link` varchar(200) DEFAULT NULL,
    `article_id` int(100) DEFAULT '0',
    `icon` varchar(100) DEFAULT NULL,
    `icon_label` varchar(100) DEFAULT NULL,
    `affichage` smallint(1) DEFAULT '0',
    `marqueur` varchar(200) DEFAULT NULL,
    `glng` varchar(12) DEFAULT NULL,
    `glat` varchar(12) DEFAULT NULL,
    `gzoom` varchar(2) DEFAULT NULL,
    `catid` int(10) unsigned NOT NULL DEFAULT '0',
    `userid` int(10) DEFAULT NULL,
    `published` tinyint(1) NOT NULL DEFAULT '0',
    `checked_out` tinyint(1) NOT NULL DEFAULT '0',
    `metadesc` text DEFAULT NULL,
    `metakey` text DEFAULT NULL,
    `ordering` int(11) NOT NULL DEFAULT '0',
    PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

gmapfp 2.5
CREATE TABLE IF NOT EXISTS `#__gmapfp` (
    `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
    `nom` varchar(200) NOT NULL,
    `alias` varchar(255) NOT NULL,
    `adresse` varchar(200) DEFAULT NULL,
    `adresse2` varchar(200) DEFAULT NULL,
    `ville` varchar(200) DEFAULT NULL,
    `departement` varchar(200) DEFAULT NULL,
    `codepostal` varchar(80) DEFAULT NULL,
    `pay` varchar(200) DEFAULT NULL,
    `tel` varchar(30) DEFAULT NULL,
    `tel2` varchar(30) DEFAULT NULL,
    `fax` varchar(20) DEFAULT NULL,
    `email` varchar(100) DEFAULT NULL,
    `web` varchar(200) DEFAULT NULL,
    `img` varchar(100) DEFAULT NULL,
    `album` tinyint(1) NOT NULL DEFAULT '0',
    `intro` mediumtext DEFAULT NULL,
    `message` mediumtext DEFAULT NULL,
    `horaires_prix` mediumtext DEFAULT NULL,
    `link` varchar(200) DEFAULT NULL,
    `article_id` int(100) DEFAULT '0',
    `icon` varchar(100) DEFAULT NULL,
    `icon_label` varchar(100) DEFAULT NULL,
    `affichage` smallint(1) DEFAULT '0',
    `marqueur` varchar(200) DEFAULT NULL,
    `glng` varchar(12) DEFAULT NULL,
    `glat` varchar(12) DEFAULT NULL,
    `gzoom` varchar(2) DEFAULT NULL,
    `catid` int(10) unsigned NOT NULL DEFAULT '0',
    `userid` int(10) DEFAULT NULL,
    `published` tinyint(1) NOT NULL DEFAULT '0',
    `checked_out` tinyint(1) NOT NULL DEFAULT '0',
    `metadesc` text DEFAULT NULL,
    `metakey` text DEFAULT NULL,
    `ordering` int(11) NOT NULL DEFAULT '0',
    PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
Last edit: 10 years 10 months ago by LJ01.
The topic has been locked.
  • jose_arica
  • Topic Author
  • Visitor
  • Visitor
10 years 10 months ago #1835 by jose_arica
Replied by jose_arica on topic Tables J2.5 to J3.1
Thanks i'll work in that

:)
The topic has been locked.
More
10 years 10 months ago #1836 by gmapfp
Replied by gmapfp on topic Tables J2.5 to J3.1
Hi,

Have you think to the categories ?
The topic has been locked.
  • jose_arica
  • Topic Author
  • Visitor
  • Visitor
10 years 10 months ago #1852 by jose_arica
Replied by jose_arica on topic Tables J2.5 to J3.1
yeah! thanks! thats was the datail :)
The topic has been locked.
Time to create page: 0.064 seconds
Powered by Kunena Forum
FaLang translation system by Faboba