Re: [OT] Apache/PHP question or resource

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 06/14/2016 02:43 PM, Ed Greshko wrote:


On 06/14/16 23:41, Tim wrote:
Allegedly, on or about 14 June 2016, Ed Greshko sent:
Ideas of what I'm doing wrong OR a better place to ask this question.
Truly hard to say without any concrete examples.  We can't tell if
you've got a PHP mistake, a server configuration mistake, or it's your
browser (e.g. does your page also rely on the browser doing something
with JavaScript, or cookies, or an issue with caching).

Well, the files were given to me by someone else and are coming from a website that
works.  That's why I'm thinking it *should* be some sort of configuration issue.

Would be nice to have a way to trace what is happening on the server....

My first thing would be to try simplifying the page, until it contains
just the element you're working with.

Easier said than done for me.  Not being a php person and this not being my code.  But
something to consider.

One other thing. By default, PHP no longer permits "short open tags".
So all PHP code must be prefixed with

	<?php
	php code goes here;
	?>

If all you have is

	<?
	php code goes here;
	?>

then you must have "short_open_tag = On" in your /etc/php.ini (or in one
of the files in /etc/php.d). By default it's set to "Off".
----------------------------------------------------------------------
- Rick Stevens, Systems Engineer, AllDigital    ricks@xxxxxxxxxxxxxx -
- AIM/Skype: therps2        ICQ: 226437340           Yahoo: origrps2 -
-                                                                    -
-  Time: Nature's way of keeping everything from happening at once.  -
----------------------------------------------------------------------
--
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org



[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux