Topics

 Page Not Found

The page you were looking for wasn't found. It may have been moved or deleted.

Could this be what you are looking for?

We found the following pages which are similar to the page "update-tables" you were looking for
Remove Unneeded Table Columns
This command attempts to update the table definitions like the 'Update Tables' command, however, it will also remove any unneeded columns from tables.
Remove Unused Tables
This command removes any database tables marked as obsolete as a result of a site upgrade or extension installation. As upgrades are made to Exponent CMS, tables used in earlier versions, may no longer be needed.  Working with the...
Update Tables
This command updates the database structure by checking and adding any new features.  It is often required after installing an upgrade or a new extension. In the event you've made changes to your web site through an upgrade or new...
Models
The basic data structure of a module which includes the database table Definition and the code to manage the data Model.  The models are stored in the module's 'models' subfolder and the definitions are stored in the module's...
Run Upgrade Scripts
This command allows you to run 'upgrade' scripts manually.  These are the same scripts which are run during an installation upgrade.  Each optional or mandatory upgrade script suitable for the current version will be listed with an...
Some Module Content Doesn't Seem to Import or Known Valid Tables Are Listed as 'Unused'
This problem only occurs when using different web server OS's where one of them is Windows (using Apache). The situation is that exponent is looking for specific table names and a mixed case (camel case) name will NOT match with an all...
I installed v2.2.0 and now my site crashes all the time
Most likely your theme template(s) (don't forget the subthemes) was using some deprecated 1.0 style function calls.  All the 1.0 style code was removed from v2.2.0 and the failure to update the custom theme to remove all the...
Adding Tags Support to a Module
How to integrate Exponent tags into a module.  1. Update the Model by adding tags to the $attachable_item_types array.  Otherwise, the tags never get attached to the item. 'content_expTags'=>'expTag' 2. Update the item...
Database Table Definition
The database table definition file is only used when creating or updating the table definitions (install/update tables).  It simply returns an array of table field names and types with the filename becoming the table's name. ...
I installed v2.2.0 and now see messages about such and such module is not found.
Because v2.2.0 finally sheds all the old 1.0 style code, the old 1.0 style modules no longer exist.  In some cases, Exponent is still able to display the module because the 2.0 module has the same name, but in this case, the...