Bug 74535 - Interface No Longer Works
Summary: Interface No Longer Works
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Public Beta
Classification: Retired
Component: php
Version: null
Hardware: i586
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Joe Orton
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-09-26 09:24 UTC by -M
Modified: 2007-04-18 16:46 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2002-09-26 09:28:38 UTC
Embargoed:


Attachments (Terms of Use)
Screenshot of PHP mess (42.02 KB, image/png)
2002-09-26 09:27 UTC, Need Real Name
no flags Details
The rest of the PHP mess screenshot (39.33 KB, image/png)
2002-09-26 09:28 UTC, Need Real Name
no flags Details

Description -M 2002-09-26 09:24:49 UTC
Description of Problem:
I was using a PHP interface to a mysql databas which was working fine under
RedHat 7.2 an is now a complete mess.

Version-Release number of selected component (if applicable):
up2date

How Reproducible:
Use Null Beta

Actual Results:
Interface Worthless


Expected Results:
Working Interface


Additional Information:
I'll attach a few screenshots so you can see what I am getting at here.

Comment 1 -M 2002-09-26 09:27:32 UTC
Created attachment 77284 [details]
Screenshot of PHP mess

Comment 2 -M 2002-09-26 09:28:32 UTC
Created attachment 77285 [details]
The rest of the PHP mess screenshot

Comment 3 Joe Orton 2002-09-26 09:33:27 UTC
PHP "short tag" support is disabled by default; you can either adapt your
scripts to use the <?php ... ?> style, or change the setting in /etc/php.ini to:

short_open_tag = On


Comment 4 -M 2002-09-26 12:43:05 UTC
Yea I found that out thanks.


Note You need to log in before you can comment on or make changes to this bug.