Hello,
Today, I am no longer able to see views or blocks on my site: http://www.insurercio.com/
pages are showing fine. I have another test site that is showing the views:http://dev.saainteractive.com/
The php setting are here: http://insurercio.com/phpinfo.php
this happened after trying to setup xdebug. I was editing the php.ini file and then notice views to disappear along with blocks. I have gone back to earlier php.ini files and no views or blocks will show up. I have created new views and new blocks to test but nothing is working.
Thanks for your help.
John
php.ini
[PHP]
;;;;;;;;;;;
; WARNING ;
;;;;;;;;;;;
; This is the default settings file for new PHP installations.
; By default, PHP installs itself with a configuration suitable for
; development purposes, and *NOT* for production purposes.
; For several security-oriented considerations that should be taken
; before going online with your site, please consult php.ini-recommended
; and http://php.net/manual/en/security.php.
;;;;;;;;;;;;;;;;;;;
; About this file ;
;;;;;;;;;;;;;;;;;;;
; This file controls many aspects of PHP's behavior. In order for PHP to
; read it, it must be named 'php.ini'. PHP looks for it in the current
; working directory, in the path designated by the environment variable
; PHPRC, and in the path that was defined in compile time (in that order).