- Posts: 53
- Home
- Forum
- Community Forum
- Questions
- translation in filter and navigation bar
Can't install user plugin
- jos
-
Topic Author
- Offline
Less
More
6 years 7 months ago #11945
by jos
Can't install user plugin was created by jos
When I try to install the user plugin, I get the error below.
How do I solve this?
I'm working on localhost.
Joomla: 3.8.12
PHP: 7.0.8 (Xampp on Ubuntu 16.04)
Database Version: 5.5.5-10.1.13-MariaDB
Database Collation: utf8_general_ci
Database Connection Collation: utf8mb4_general_ci
Warning
JInstaller: :Install: Error SQL You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(`id`) ) ENGINE=InnoDB' at line 6
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 MariaDB server version for the right syntax to use near '(`id`) ) ENGINE=InnoDB' at line 6
SQL =
CREATE TABLE IF NOT EXISTS `#__sr_customfield_values` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`context` text NOT NULL,
`value` text NOT NULL,
`storage` text
PRIMARY KEY (`id`)
) ENGINE=InnoDB;
How do I solve this?
I'm working on localhost.
Joomla: 3.8.12
PHP: 7.0.8 (Xampp on Ubuntu 16.04)
Database Version: 5.5.5-10.1.13-MariaDB
Database Collation: utf8_general_ci
Database Connection Collation: utf8mb4_general_ci
Warning
JInstaller: :Install: Error SQL You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(`id`) ) ENGINE=InnoDB' at line 6
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 MariaDB server version for the right syntax to use near '(`id`) ) ENGINE=InnoDB' at line 6
SQL =
CREATE TABLE IF NOT EXISTS `#__sr_customfield_values` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`context` text NOT NULL,
`value` text NOT NULL,
`storage` text
PRIMARY KEY (`id`)
) ENGINE=InnoDB;
Please Log in or Create an account to join the conversation.
- Thellie
- Offline
Less
More
- Posts: 290
6 years 7 months ago #11946
by Thellie
Replied by Thellie on topic Can't install user plugin
That relates to a table for customfields - that plugin has been updated now, so download that and install it first, then try again.
The following user(s) said Thank You: jos
Please Log in or Create an account to join the conversation.
- Thellie
- Offline
Less
More
- Posts: 290
6 years 7 months ago #11947
by Thellie
Replied by Thellie on topic Can't install user plugin
Sorry, I forgot to mention - there's a solidres upgrade as well - to v2.7.1
Please Log in or Create an account to join the conversation.
Moderators: solidres