Jump to content

Repeater field error: table creation not allowed


ivineets
 Share

Recommended Posts

Hi,

Whenever I try to create a repeater field on my website, I get following error:

General error: 3161 Storage engine MyISAM is disabled (Table creation is disallowed).

If I still continue, it creates the field but doesn't allow storing any kind of data. How do I resolve this?  Is there any alternative to repeatable content that I can use?

 

Thanks for your time.

 

 

Link to comment
Share on other sites

Sounds like MyISAM is switched off in your database server. You can either switch this back through a storage engine setting in your server configuration (see MySQL docs for details) or you could try switching to InnoDB (if your version already supports FULLTEXT indexes for InnoDB) by adding

$config->dbEngine = 'InnoDB';

in site/config.php.

  • Like 2
  • Thanks 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...