Discussion:
Possibly not the right place for this
Bruce Ferrell
2014-10-14 16:38:03 UTC
Permalink
Are there any known issues with WP 4 and Apache 2.4 and php 5.4?

I'm seeing some odd "behaviors" with a new installation where pages do not render correctly
Kuba Niewiarowski
2014-10-14 16:47:22 UTC
Permalink
Post by Bruce Ferrell
Are there any known issues with WP 4 and Apache 2.4 and php 5.4?
I'm seeing some odd "behaviors" with a new installation where pages do not render correctly
SOA#1 (but with Apache 2.2.22)
--
Pozdrawiam, Kuba
Niewiarowski.IT
Chris McCoy
2014-10-14 18:40:13 UTC
Permalink
what kind of issues? the php code showing as text?

if so you might have short tag off in your php.ini, I found this when
creating a new server, and forgetting to edit php.ini
Post by Bruce Ferrell
Are there any known issues with WP 4 and Apache 2.4 and php 5.4?
I'm seeing some odd "behaviors" with a new installation where pages do
not render correctly
_______________________________________________
wp-hackers mailing list
http://lists.automattic.com/mailman/listinfo/wp-hackers
Nikola Nikolov
2014-10-14 18:42:01 UTC
Permalink
Does WordPress core really not work without short tags? I've seen plugins
use them and I don't really like it, but I don't remember seeing issues
with the WordPress code itself.
Post by Chris McCoy
what kind of issues? the php code showing as text?
if so you might have short tag off in your php.ini, I found this when
creating a new server, and forgetting to edit php.ini
Post by Bruce Ferrell
Are there any known issues with WP 4 and Apache 2.4 and php 5.4?
I'm seeing some odd "behaviors" with a new installation where pages do
not render correctly
_______________________________________________
wp-hackers mailing list
http://lists.automattic.com/mailman/listinfo/wp-hackers
_______________________________________________
wp-hackers mailing list
http://lists.automattic.com/mailman/listinfo/wp-hackers
Chris McCoy
2014-10-14 18:43:19 UTC
Permalink
Not with core, I think just plugins that decide to use them
Post by Nikola Nikolov
Does WordPress core really not work without short tags? I've seen plugins
use them and I don't really like it, but I don't remember seeing issues
with the WordPress code itself.
Post by Chris McCoy
what kind of issues? the php code showing as text?
if so you might have short tag off in your php.ini, I found this when
creating a new server, and forgetting to edit php.ini
Post by Bruce Ferrell
Are there any known issues with WP 4 and Apache 2.4 and php 5.4?
I'm seeing some odd "behaviors" with a new installation where pages do
not render correctly
_______________________________________________
wp-hackers mailing list
http://lists.automattic.com/mailman/listinfo/wp-hackers
_______________________________________________
wp-hackers mailing list
http://lists.automattic.com/mailman/listinfo/wp-hackers
_______________________________________________
wp-hackers mailing list
http://lists.automattic.com/mailman/listinfo/wp-hackers
Bruce Ferrell
2014-10-14 19:24:51 UTC
Permalink
No raw PHP displayed. I was bit by that on the initial install. The default theme (or any other) doesn't render...

This is a dev system running as a Linux vm (Centos 7). When I access using a firefox (either at localhost or the IP address of the interface) on the VM, all is well, when I access
the IP of the vm from outside the vm, No theme, no css. Very weird.
Post by Chris McCoy
what kind of issues? the php code showing as text?
if so you might have short tag off in your php.ini, I found this when
creating a new server, and forgetting to edit php.ini
Post by Bruce Ferrell
Are there any known issues with WP 4 and Apache 2.4 and php 5.4?
I'm seeing some odd "behaviors" with a new installation where pages do
not render correctly
_______________________________________________
wp-hackers mailing list
http://lists.automattic.com/mailman/listinfo/wp-hackers
_______________________________________________
wp-hackers mailing list
http://lists.automattic.com/mailman/listinfo/wp-hackers
Kuba Niewiarowski
2014-10-14 19:28:24 UTC
Permalink
Post by Bruce Ferrell
No raw PHP displayed. I was bit by that on the initial install. The
default theme (or any other) doesn't render...
This is a dev system running as a Linux vm (Centos 7). When I access
using a firefox (either at localhost or the IP address of the interface) on
the VM, all is well, when I access
the IP of the vm from outside the vm, No theme, no css. Very weird.
Chmods?
--
Pozdrawiam, Kuba
Niewiarowski.IT
James DiGioia
2014-10-14 20:22:17 UTC
Permalink
Any relevant console errors or debug.log errors? Does the install work with
the default themes? Can you access the dashboard or is it completely
impossible to get in at all?

On Tue, Oct 14, 2014 at 3:28 PM, Kuba Niewiarowski <
Post by Kuba Niewiarowski
Post by Bruce Ferrell
No raw PHP displayed. I was bit by that on the initial install. The
default theme (or any other) doesn't render...
This is a dev system running as a Linux vm (Centos 7). When I access
using a firefox (either at localhost or the IP address of the interface)
on
Post by Bruce Ferrell
the VM, all is well, when I access
the IP of the vm from outside the vm, No theme, no css. Very weird.
Chmods?
--
Pozdrawiam, Kuba
Niewiarowski.IT
_______________________________________________
wp-hackers mailing list
http://lists.automattic.com/mailman/listinfo/wp-hackers
Bruce Ferrell
2014-10-14 22:19:27 UTC
Permalink
Dashboard looks ok. all files owned apache.apache

debug.log? you mean /var/log/httpd/error_log?
Post by James DiGioia
Any relevant console errors or debug.log errors? Does the install work with
the default themes? Can you access the dashboard or is it completely
impossible to get in at all?
On Tue, Oct 14, 2014 at 3:28 PM, Kuba Niewiarowski <
Post by Kuba Niewiarowski
Post by Bruce Ferrell
No raw PHP displayed. I was bit by that on the initial install. The
default theme (or any other) doesn't render...
This is a dev system running as a Linux vm (Centos 7). When I access
using a firefox (either at localhost or the IP address of the interface)
on
Post by Bruce Ferrell
the VM, all is well, when I access
the IP of the vm from outside the vm, No theme, no css. Very weird.
Chmods?
--
Pozdrawiam, Kuba
Niewiarowski.IT
_______________________________________________
wp-hackers mailing list
http://lists.automattic.com/mailman/listinfo/wp-hackers
_______________________________________________
wp-hackers mailing list
http://lists.automattic.com/mailman/listinfo/wp-hackers
James DiGioia
2014-10-14 22:24:49 UTC
Permalink
If you're able to log into the Dashboard, try switching to another theme
and see if that displays properly.

If it's a development system, turn on WP_DEBUG. Does the white screen
provide any Fatal Errors or anything?
Post by Bruce Ferrell
Dashboard looks ok. all files owned apache.apache
debug.log? you mean /var/log/httpd/error_log?
Post by James DiGioia
Any relevant console errors or debug.log errors? Does the install work
with
Post by James DiGioia
the default themes? Can you access the dashboard or is it completely
impossible to get in at all?
On Tue, Oct 14, 2014 at 3:28 PM, Kuba Niewiarowski <
Post by Kuba Niewiarowski
Post by Bruce Ferrell
No raw PHP displayed. I was bit by that on the initial install. The
default theme (or any other) doesn't render...
This is a dev system running as a Linux vm (Centos 7). When I access
using a firefox (either at localhost or the IP address of the
interface)
Post by James DiGioia
Post by Kuba Niewiarowski
on
Post by Bruce Ferrell
the VM, all is well, when I access
the IP of the vm from outside the vm, No theme, no css. Very weird.
Chmods?
--
Pozdrawiam, Kuba
Niewiarowski.IT
_______________________________________________
wp-hackers mailing list
http://lists.automattic.com/mailman/listinfo/wp-hackers
_______________________________________________
wp-hackers mailing list
http://lists.automattic.com/mailman/listinfo/wp-hackers
_______________________________________________
wp-hackers mailing list
http://lists.automattic.com/mailman/listinfo/wp-hackers
Daniel Fenn
2014-10-15 01:30:12 UTC
Permalink
Just taken a quick look on line, and I found this:

Source: https://www.apachefriends.org/faq_windows.html Under "Why are
pictures and style-sheets not displayed?"

Sometimes there are problems with displaying pictures and
style-sheets. Especially if these files are located on a network
drive. In this case you can enable (or add) one if the following lines
in the file "\xampp\apache\conf\httpd.conf":

EnableSendfile off
EnableMMAP off

This problem can also be caused by programs for regulating bandwidth,
like NetLimiter.

Not sure if this the same thing though.
Regards,
Daniel Fenn
Post by James DiGioia
If you're able to log into the Dashboard, try switching to another theme
and see if that displays properly.
If it's a development system, turn on WP_DEBUG. Does the white screen
provide any Fatal Errors or anything?
Post by Bruce Ferrell
Dashboard looks ok. all files owned apache.apache
debug.log? you mean /var/log/httpd/error_log?
Post by James DiGioia
Any relevant console errors or debug.log errors? Does the install work
with
Post by James DiGioia
the default themes? Can you access the dashboard or is it completely
impossible to get in at all?
On Tue, Oct 14, 2014 at 3:28 PM, Kuba Niewiarowski <
Post by Kuba Niewiarowski
Post by Bruce Ferrell
No raw PHP displayed. I was bit by that on the initial install. The
default theme (or any other) doesn't render...
This is a dev system running as a Linux vm (Centos 7). When I access
using a firefox (either at localhost or the IP address of the
interface)
Post by James DiGioia
Post by Kuba Niewiarowski
on
Post by Bruce Ferrell
the VM, all is well, when I access
the IP of the vm from outside the vm, No theme, no css. Very weird.
Chmods?
--
Pozdrawiam, Kuba
Niewiarowski.IT
_______________________________________________
wp-hackers mailing list
http://lists.automattic.com/mailman/listinfo/wp-hackers
_______________________________________________
wp-hackers mailing list
http://lists.automattic.com/mailman/listinfo/wp-hackers
_______________________________________________
wp-hackers mailing list
http://lists.automattic.com/mailman/listinfo/wp-hackers
_______________________________________________
wp-hackers mailing list
http://lists.automattic.com/mailman/listinfo/wp-hackers
Daniel Fenn
2014-10-15 01:36:08 UTC
Permalink
There also this as well: https://www.apachefriends.org/faq_linux.html

XAMPP runs, but why are none of the images being displayed?

That's a special problem with some Linux systems. Please open your
/opt/lampp/etc/httpd.conf and look for these two lines:

#EnableMMAP off
#EnableSendfile off

Remove the # in both lines and restart your Apache. Your images should be back.
Regards,
Daniel Fenn
Post by Daniel Fenn
Source: https://www.apachefriends.org/faq_windows.html Under "Why are
pictures and style-sheets not displayed?"
Sometimes there are problems with displaying pictures and
style-sheets. Especially if these files are located on a network
drive. In this case you can enable (or add) one if the following lines
EnableSendfile off
EnableMMAP off
This problem can also be caused by programs for regulating bandwidth,
like NetLimiter.
Not sure if this the same thing though.
Regards,
Daniel Fenn
Post by James DiGioia
If you're able to log into the Dashboard, try switching to another theme
and see if that displays properly.
If it's a development system, turn on WP_DEBUG. Does the white screen
provide any Fatal Errors or anything?
Post by Bruce Ferrell
Dashboard looks ok. all files owned apache.apache
debug.log? you mean /var/log/httpd/error_log?
Post by James DiGioia
Any relevant console errors or debug.log errors? Does the install work
with
Post by James DiGioia
the default themes? Can you access the dashboard or is it completely
impossible to get in at all?
On Tue, Oct 14, 2014 at 3:28 PM, Kuba Niewiarowski <
Post by Kuba Niewiarowski
Post by Bruce Ferrell
No raw PHP displayed. I was bit by that on the initial install. The
default theme (or any other) doesn't render...
This is a dev system running as a Linux vm (Centos 7). When I access
using a firefox (either at localhost or the IP address of the
interface)
Post by James DiGioia
Post by Kuba Niewiarowski
on
Post by Bruce Ferrell
the VM, all is well, when I access
the IP of the vm from outside the vm, No theme, no css. Very weird.
Chmods?
--
Pozdrawiam, Kuba
Niewiarowski.IT
_______________________________________________
wp-hackers mailing list
http://lists.automattic.com/mailman/listinfo/wp-hackers
_______________________________________________
wp-hackers mailing list
http://lists.automattic.com/mailman/listinfo/wp-hackers
_______________________________________________
wp-hackers mailing list
http://lists.automattic.com/mailman/listinfo/wp-hackers
_______________________________________________
wp-hackers mailing list
http://lists.automattic.com/mailman/listinfo/wp-hackers
Loading...