Bug 484428
| Summary: | MS-SQL backend driver broken | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | W. Michael Petullo <mike> |
| Component: | mantis | Assignee: | Gianluca Sforna <giallu> |
| Status: | CLOSED UPSTREAM | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 10 | CC: | giallu, rh-bugzilla, sven |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2009-02-14 21:27:22 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
W. Michael Petullo
2009-02-06 18:29:17 UTC
Hi, this is tricky for a number of reasons. For a start, I am not even sure upstream supports MSSQL officially. If they do, you will probably have more luck trying to open this bug on http://bugs.mantist.org because I have no way to test this kind of config. On the other hand, I notice mssql_get_last_message() is really a php function so you should really have it available. Beforse going further I suggest you double check you installed the php-mssql package with: # yum install php-mssql and don't forget to restart apache with: # service httpd restart to double check if the function really exists, please install also the php-cli package and issue the command: $ php --rf mssql_get_last_message Function [ <internal:mssql> function mssql_get_last_message ] { } the output should look like mine. Yes, php-mssql is installed. I added a report to Mantis' tracker: http://www.mantisbt.org/bugs/view.php?id=10131 Ok thank you very much. I'm closing this now. |