Publisher does not support the Fluid field type. Please do not contact asking when support will be available.

If you purchased an add-on from expressionengine.com, be sure to visit boldminded.com/claim to add the license to your account here on boldminded.com.

Ticket: Database error on install

Status Resolved
Add-on / Version Reel
Severity Critical
EE Version 17

Tim Print

Dec 09, 2012

Hi. I’ve just installed Wyvern video. I want to use it as a standalone field.

When I go to the modules page and try to install I get this error:

A Database Error Occurred
Error Number: 1146

Table ‘*********.exp_boldminded_settings’ doesn’t exist

SELECT `settings` FROM (`exp_boldminded_settings`) WHERE `addon` = ‘wyvern_video’ AND `site_id` = ‘1’

Filename: third_party/wyvern_video/helper.wyvern_video.php

Line Number: 318

Any idea what’s going wrong?

Thanks
Tim

#1

BoldMinded (Brian)

Hi Tim, can you go to line 301 of helper.wyvern.php and change it to this? Uninstall the module and re-install it, should work after making this change.

if ( ! isset($this->cache['settings']) AND $this->EE->db->table_exists('boldminded_settings'))
#2

Tim Print

Thanks Brian. Perfect.

Login to reply