Installation Error

Winter
Winter
Offline
0
Warning
JInstaller: :Install: Error SQL 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 ' `completed` boolean NOT NULL default false, `color` varchar(255), `price`' at line 7
Extension Install: SQL error processing query: DB function failed with error number 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 ' `completed` boolean NOT NULL default false, `color` varchar(255), `price`' at line 7
SQL =
CREATE TABLE IF NOT EXISTS `#__papershape_projects` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(255) NOT NULL,
`description` text,
`date_start` DATE DEFAULT NULL,
`date_limit` DATE DEFAULT NULL,
`time_spent` bigint(15) NOT NULL default ,
`completed` boolean NOT NULL default false,
`color` varchar(255),
`price` decimal(12,4) NOT NULL default 0,
`user_id` int(11) NOT NULL,
`default_task_category_id` INT(11) NOT NULL DEFAULT 0,
`contact_id` int(11) NOT NULL DEFAULT 0,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
×
Error
Error installing component


This is what I get when I try to install the papershape. Please advise thank you.

Accepted Answer

Monday, May 20 2019, 07:03 AM - #Permalink
0
hello

this was fixed... please try to download the package again and reinstall, it should work properly
The reply is currently minimized Show
Responses (2)
  • Accepted Answer

    Winter
    Winter
    Offline
    Saturday, May 04 2019, 03:42 PM - #Permalink
    0
    I wanted to attach a screenshot illustrating the error just in case.
    Attachments:
    The reply is currently minimized Show
  • Accepted Answer

    Winter
    Winter
    Offline
    Sunday, May 19 2019, 05:25 PM - #Permalink
    0
    so do we have an update for this still not working have not got anything back.
    The reply is currently minimized Show
Your Reply