Changes between Initial Version and Version 1 of Ticket #22884, comment 11
- Timestamp:
- 01/25/2015 10:37:18 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22884, comment 11
initial v1 1 1 Replying to [comment:10 pento]: 2 That was kind of the underlaying thing when I mentioned that I did not feel good about putting the require once and dbDelta at that spot. Thanks for putting it into words more clearly .2 That was kind of the underlaying thing when I mentioned that I did not feel good about putting the require once and dbDelta at that spot. Thanks for putting it into words more clearly and pointing out those critical dependencies. 3 3 4 I did think about the `wp_options`, which would be caught at the `is_blog_installed` check, but the `wp_users` slipped by.4 edit: removing my failing to see the missing of the options table would trigger this code as well. 5 5 6 6 In my research to the problem I did first try to use `repair.php` functionality to repair the tables, but since they are missing and not broken it obviously didn't work. Which got me wondering if the way this is used in `is_blog_installed` is kind of minimal and should be expanded for more specific problems and exceptions.