module development issue

We have developed a module that accepts some data. it was working well on our local host until we have uploaded it online on blue host. when we enter data, some links are giving this error
SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘eiiomanc_gibbon.eiibanks’ doesn’t exist
and some links are giving this error
Oh no! Something has gone wrong: the Gibbons have escaped!
and some links are working fine.

Hi khalidaou, I wonder if the cause is that you’ve not added those tables into /manifest.php in your module? This is where the installer looks for the creation of database tables.

Conversely, CHANGEDB.php needs to contain changes for each version, which are used for upgrades.

If these two come out of sync, then you run into issues.

Thanks,

Ross