We are heaving the weirdest problems after updating to from 1.2 to
1.3.2 on our business server!
The project works fine on local Windows as well as on a debian test
server (root server). Both with debug 0 and debug 2.

But on the live server it works only in debug 2.
Everything is the same - only that it is a managed root server.
Cake1.2 worked fine, but now only it only runs in debug 2. As soon as
you switch to productive mode (debug 0), the website dies without
displaying anything (white screen of death).
I managed to trace it down to

$instance[0] =& new Configure();
$instance[0]->__loadBootstrap($boot);

inside cake/libs/configure.php.
After these 2 lines, the script comes to a total stop!

This is very deep inside the cake core. So i wonder whats going wrong
here.

/app/webroot/index.php:

if (function_exists('ini_set') && ini_set('include_path',
CAKE_CORE_INCLUDE_PATH . PATH_SEPARATOR . ROOT . DS . APP_DIR . DS .
PATH_SEPARATOR . ini_get('include_path'))) {
        define('APP_PATH', null);
        define('CORE_PATH', null);
}...
works!

if (!include(CORE_PATH . 'cake' . DS . 'bootstrap.php')) {} now
triggers configure.php - so the real "dispatching" is never invoked...

any ideas? we worked 2 full days on the problem, and aren't any closer
to a solution than before.
we might need to switch back to 1.2 on this specific server, if
everything fails..


PHPversion: 5.2.11
Server: Linux Custom Build 64bit prohost.de XEON SMP x86_64
Configure Command      './configure' '--prefix=/usr/local/php5' '--
with-config-file-path=/etc/php5' '--with-openssl' '--with-xsl' '--with-
xmlrpc' '--enable-mbstring' '--enable-mbregex' '--enable-wddx' '--with-
gettext=/usr' '--with-mysql=/usr/local/mysql' '--with-mysqli=/usr/
local/mysql/bin/mysql_config' '--with-mcrypt=/usr/lib64/' '--with-
apache=../apache_current/' '--with-freetype-dir=/usr/local' '--with-
t1lib=/usr/local' '--with-gd' '--enable-gd-native-ttf' '--with-jpeg-
dir=/usr/local' '--enable-exif' '--with-png-dir=/usr/local/lib' '--
with-zlib' '--with-curl' '--enable-bcmath' '--enable-calendar' '--
enable-discard-path' '--enable-shared' '--enable-force-cgi-redirect'
'--with-pdo-mysql=/usr/local/mysql' '--enable-soap'
Server API      Apache
Virtual Directory Support      disabled
Configuration File (php.ini) Path      /etc/php5
Loaded Configuration File      /etc/php5/php.ini
Scan this dir for additional .ini files      (none)
additional .ini files parsed      (none)
PHP API      20041225
PHP Extension      20060613
Zend Extension      220060519
Debug Build      no
Thread Safety      disabled

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to