On Jan 6, 2008 7:07 PM, cybercow <[EMAIL PROTECTED]> wrote: > > Just using this framework for php, and can`t get it work properly. 99% > of chances are that is something about Solaris-specific.
I'm running some large scale intranet cakephp 1.2 apps in very similar environments and trust me when i say, it won't be Solaris :) You need to look at your configurations (all of them, apache, cake, php) and possibly the file permissions on your cakephp app dir in relation to the apache user (nobody?) perhaps? Blastwave php5 and mysql5 latest (and mysql4 on one deployment) S10 various different versions. Follow the usual advice cited elsewhere; set your debug mode in config.php, read your apache logs, and if all else fails start injecting pr() statements into your code. Can you run a simple phpinfo() page - nothing to do with cake? Apache error_log definitely is your friend. I gratuitously quote from http://www.cakephp.nu/cakephp-weekly-summaries-issue-1 by Jippi: - Check that debug > 0 - Clear app/tmp/cache/persistent/* - Check local vhost error log - Check global httpd-error log - Restart apache, (stop, start), restart cache services (memcached ect.) (HG NOTE: svcadm restart cswapache2 if on blastwave) - Enter the world of die('stop'); from app/webroot/index.php and downward in your application - HG > first try was > on earlier solaris 10 / 06 version then after on last solaris 10 > 08/07. php version used is 521 and 525, mysql is 5045, both > combinations produced same results. everything goes fine until first > controller/model setup, then after, only blank pages appear, this not > depends on the debug level that is always set to (3). Does someone > have this situation ? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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 -~----------~----~----~----~------~----~------~--~---
