php - Blank screen issue on localhost site when zend_extension for xdebug is loaded? (Win 7, Apache 2.2, cakePHP 1.2) -
in large e-commerce site running on localhost testing, blank screens when zend_extension xdebug loaded in .../php/extensions/
directory , zend_extension = c:/uniserver/usr/local/php/extensions/php_xdebug-2.1.0-5.3-vc6.dll
set in php.ini. without it, site works fine.
when run simple blog site developed under cakephp 1.3 works fine zend_extension loaded.
my failing config is:
windows 7; apache 2.2.17; php 5.3.5; cakephp version 1.2.1.8004; php_xdebug-2.1.0-5.3-vc6.dll.
maybe problem caused fact running complicated site, or fact using cakephp 1.2.
i appreciate suggestions.
stephen ippolito
i had same issue , seems xdebug version problem. fix used old xdebug (php_xdebug-2.1.2-5.3-vc9.dll) , started work fine. note: trying test magento 1.7.1 site last wamp version.
Comments
Post a Comment