Cioa,
ho un sito fatto con joomal 3.2
On line funziona correttamente.
Siccome devo fargli delle manutenzioni ho deciso di portarlo in locale sul mio computer(con MAMP).
Ora..quando tendo di fare l'upload del database all'interno di PHPMYADMIN in locale non mi carica le tabelle e mi da il seguente messaggio di errore.
Cosa significa e soprattutto come risolverlo?
Errore
Query SQL:
--
-- Database: `nomedatabase`
--
-- --------------------------------------------------------
--
-- Struttura della tabella `cciisf_assets`
--
CREATE TABLE `cciisf_assets` (
`id` int( 10 ) UNSIGNED NOT NULL COMMENT 'Primary Key',
`parent_id` int( 11 ) NOT NULL DEFAULT '0' COMMENT AS `Nested set parent.` ,
`lft` int( 11 ) NOT NULL DEFAULT '0' COMMENT AS `Nested set lft.` ,
`rgt` int( 11 ) NOT NULL DEFAULT '0' COMMENT AS `Nested set rgt.` ,
`level` int( 10 ) UNSIGNED NOT NULL COMMENT 'The cached level in the nested tree.',
`name` varchar( 50 ) NOT NULL COMMENT 'The unique name for the asset.\n',
`title` varchar( 100 ) NOT NULL COMMENT 'The descriptive title for the asset.',
`rules` varchar( 5120 ) NOT NULL COMMENT 'JSON encoded access control.'
) ENGINE = InnoDB DEFAULT CHARSET = utf8;
Messaggio di MySQL:
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AS `Nested set parent.`,
`lft` int(11) NOT NULL DEFAULT '0'COMMENT AS `Nested ' at line 13
Grazie 1000