-
-
Notifications
You must be signed in to change notification settings - Fork 213
Database
Run this tool and check any issues, if in doubt, search the e107 forums for your issue.
This database utility verifies the database tables for the core, plus any installed plugins.
Choose table(s) to validate
- core
- banner
- chatbox
- download
- poll
Click Start Verify
Response:
Success DB successfully verified - no problems were found.
This feature uses MySQL built in function OPTIMIZE TABLE for each of your database tables. You should use this periodically to ensure optimum database performance, specifically when you have performed large data changes, such as data imports.
Note that MySQL locks the table during the time OPTIMIZE TABLE is running, so you should place your site in Maintenance Mode before use.
Read More 1
Use this tool to make sure your plugins are working correctly in the database and that the install went smoothly. It will tell you if a plugin is installed or not and any errors that are present.
Running the scan generates a list:
Name Directory Included add-ons Installed
Report any issues you experience in the e107 Core Support forum.
Advanced Users Only
It will show you how your preferences information is stored in the database and how it is stored exactly. Most people would be better off editing the preferences from the site Preferences tool.
If you are to use this make sure you know exactly what your change will do, otherwise use phpMyAdmin and make a backup before any changes are made.
The tool generates a lost of preferences:
- Delete
- Pref. Name
- Pref. Value
- Options > Delete
USE ONLY WITH GUIDANCE FROM THE e107 SUPPORT TEAM!
Checks the status of your data.
DEV's CODE NOTES: Code in db_verify.php > Requires integration with db.php.
Provides a facility to upload XML file containing your data.
Provides data export function.
Select Required Data > Run Export > Save XML Data File.
Take care of Data Protection Legislation in your region, it may not be permitted to share certain data.
Scans plugin and theme directories for custom shortcodes.
Checks and converts all your data to UTF-8 format and sets the database to default.
DEV CODE NOTE Incomplete.
Category:User Guide Category:Admin Category:Tools Category:Database Category:WhatsNew
e107 v2.x