#617 closed defect (fixed)
Warning notice when bb_table_prefix is set to ''
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 0.8.2 |
| Component: | Front-end | Version: | 0.8.1 |
| Severity: | minor | Keywords: | |
| Cc: |
Description
If you don't use a table prefix a warning appears on the default installation saying:
Warning: strpos() [function.strpos]: Empty delimiter. in /var/www/bbpress/bb-includes/functions.php on line 664
Warning: strpos() [function.strpos]: Empty delimiter. in /var/www/bbpress/bb-includes/functions.php on line 664
Just add an @ to fix it, patch included ;-)
Attachments (1)
Change History (6)
- Milestone set to 1.0
- Owner set to mdawaffe
- Status changed from new to assigned
- Version set to 0.8.1
bbPress is hardwired in several places to require a non-empty table prefix.
We should actually just completly die if no table prefix is specified.
- Resolution set to fixed
- Status changed from assigned to closed
Fixed in [796]
Note: See
TracTickets for help on using
tickets.
Small patch to functions.php