MODx Bug/Feature Tracker and Feature Requests
Welcome to the MODx CMS Tracker. Please choose the appropriate project from the drop down menu and provide as much information as possible regarding your server environment and browser. Thanks!
FS#894 — Checking table_prefix failed during installation
Attached to Project —
MODx
Opened by Jason Coward (opengeek) - Tuesday, 12 June 2007, 09:32AM
Last edited by Jason Coward (opengeek) - Thursday, 14 June 2007, 03:11AM
Opened by Jason Coward (opengeek) - Tuesday, 12 June 2007, 09:32AM
Last edited by Jason Coward (opengeek) - Thursday, 14 June 2007, 03:11AM
| Task Type | Bug Report |
|---|---|
| Category | Core Distribution |
| Status | Closed |
| Assigned To |
Jason Coward (opengeek) |
| Operating System | All |
| Severity | Medium |
|---|---|
| Priority | Normal |
| Reported Version | 0.9.6 |
| Due in Version | 0.9.6.1 |
| Due Date | Undecided |
| Percent Complete |
|
Details
The table_prefix check during MODx installation is failing. @ $rs == mysql_query was mistakenly being used and the solution is to fix this statement to become an assignment (@ $rs= mysql_query())
This task depends upon
This task blocks these from closing
Closed by Garry Nutting (garryn)
Wednesday, 01 October 2008, 10:54AM
Reason for closing: Implemented
Additional comments about closing: Confirmed as being fixed
Wednesday, 01 October 2008, 10:54AM
Reason for closing: Implemented
Additional comments about closing: Confirmed as being fixed
- Field changed: Status (Implementing → Implemented)
- Field changed: Percent Complete (0% → 100%)
Correction made in branches/0.9.6 @2782