Ohh, yes that was it, thanks.
I have make a ticket for that problem.
Thank you. greetings
Gordon
Von: [email protected] [mailto: [email protected]] Im Auftrag von Romain Dorgueil
Gesendet: Donnerstag, 9. November 2006 14:54
An: [email protected]
Betreff: [symfony-devs] Re: AW: [symfony-devs] Re: AW: [symfony-devs] Re: AW: [symfony-devs] Re: AW: [symfony-devs] Re: no execption
Maybe you're lucky, i just had the same problem.
In fact i installed a new project for some client that asked me a site yesterday, and after uncommenting every default line in settings.yml, exceptions were not showing anymore.
I found out it was the compressed: on line that was making sylmfony acts so, so check if you did not uncomment this
hope this'll resolve the problem, my symptms were exactly yours2006/11/9, Franke Gordon < [EMAIL PROTECTED]>:
My frontend_dev.php:
define('SF_ROOT_DIR', realpath(dirname(__FILE__).'/..'));
define('SF_APP', 'frontend');
define('SF_ENVIRONMENT', 'dev');
define('SF_DEBUG', true);
require_once(SF_ROOT_DIR.DIRECTORY_SEPARATOR.'apps'.DIRECTORY_SEPARATOR.SF_APP.DIRECTORY_SEPARATOR.'config'.DIRECTORY_SEPARATOR.' config.php');
sfContext::getInstance()->getController()->dispatch();
________________________________________
Von: [email protected] [mailto:[email protected]] Im Auftrag von Romain Dorgueil
Gesendet: Donnerstag, 9. November 2006 10:39
An: [email protected]
Betreff: [symfony-devs] Re: AW: [symfony-devs] Re: AW: [symfony-devs] Re: AW: [symfony-devs] Re: no execption
you're in SF_DEBUG=true mode right?
2006/11/9, Franke Gordon < [EMAIL PROTECTED]>:
Ohh ;( ok but why i get no exception info on the page?
Greeting
Gimler
________________________________________
Von: [email protected] [mailto: [email protected]] Im Auftrag von Romain Dorgueil
Gesendet: Donnerstag, 9. November 2006 10:20
An: [email protected]
Betreff: [symfony-devs] Re: AW: [symfony-devs] Re: AW: [symfony-devs] Re: no execption
Thanks for the info, but we don't really need your database connection informations... :-)
Thought it was , *-ed in all logs now, why is it still present?
Nov 09 09:12:08 symfony [info ] {sfCreole} connect(): DSN: array ( 'database' => 'office_SDW', 'encoding' => NULL, 'hostspec' => 'mucsky13', 'password' => '5kYt3c', 'phptype' => 'mssql', 'port' => NULL, 'username' => 'skytec_web_user', ), FLAGS: 0
2006/11/9, Franke Gordon < [EMAIL PROTECTED]>:
I get an Exception but I get a white page ;(
I have clear the cache.
Server:
Windows 2003
Xampp 1.5.4a
Php 5.1.6 + xdebug
Symfony 0.9.2646
settings.yml
dev:
.settings:
# E_ALL | E_STRICT = 4095
error_reporting: 4095
web_debug: on
cache: on
no_script_name: off
etag: off
frontend_dev.log:
Nov 09 09:12:07 symfony [info ] {sfContext} initialization
Nov 09 09:12:07 symfony [info ] {sfController} initialization
Nov 09 09:12:07 symfony [info ] {sfRouting} match route [default] "/:module/:action/*"
Nov 09 09:12:07 symfony [info ] {sfWebRequest} request parameters array ( 'module' => 'personalStundensatz', 'action' => 'edit', 'personid' => '100007',)
Nov 09 09:12:07 symfony [info ] {sfRouting} connect "/_sf_cache_partial/:module/:action/:sf_cache_key"
Nov 09 09:12:07 symfony [info ] {sfFrontWebController} dispatch request
Nov 09 09:12:07 symfony [info ] {sfFilterChain} executing filter "sfRenderingFilter"
Nov 09 09:12:07 symfony [info ] {sfFilterChain} executing filter "sfWebDebugFilter"
Nov 09 09:12:07 symfony [info ] {sfFilterChain} executing filter "sfBasicSecurityFilter"
Nov 09 09:12:07 symfony [info ] {sfFilterChain} executing filter "myFilter"
Nov 09 09:12:07 symfony [info ] {sfFilterChain} executing filter "sfCacheFilter"
Nov 09 09:12:07 symfony [info ] {sfFilterChain} executing filter "sfCommonFilter"
Nov 09 09:12:07 symfony [info ] {sfFilterChain} executing filter "sfFlashFilter"
Nov 09 09:12:07 symfony [info ] {sfFilterChain} executing filter "sfExecutionFilter"
Nov 09 09:12:07 symfony [info ] {sfActions} call "personalStundensatzActions->executeEdit()"
Nov 09 09:12:08 symfony [info ] {sfCreole} connect(): DSN: array ( 'database' => '***', 'encoding' => NULL, 'hostspec' => '***', 'password' => '***', 'persistent' => NULL, 'phptype' => 'mssql', 'port' => NULL, 'username' => '***', ), FLAGS: 0
Nov 09 09:12:08 symfony [info ] {sfCreole} prepareStatement(): SELECT …
Nov 09 09:12:08 symfony [info ] {sfCreole} executeQuery(): [2.51 ms] SELECT …
Nov 09 09:12:08 symfony [info ] {sfCreole} prepareStatement(): SELECT …
Nov 09 09:12:08 symfony [info ] {sfCreole} executeQuery(): [2.44 ms] …
Nov 09 09:12:08 symfony [info ] {sfCreole} connect(): DSN: array ( 'database' => 'office_SDW', 'encoding' => NULL, 'hostspec' => 'mucsky13', 'password' => '5kYt3c', 'phptype' => 'mssql', 'port' => NULL, 'username' => 'skytec_web_user', ), FLAGS: 0
Nov 09 09:12:08 symfony [info ] {sfCreole} prepareCall(): sp_Person_Stundensatzrechnung
Nov 09 09:12:08 symfony [error] {sfException}
Nov 09 09:12:08 symfony [info ] {sfCreole} close(): Closing connection.
________________________________________
Von: [email protected] [mailto: [email protected] ] Im Auftrag von Colin Williams
Gesendet: Mittwoch, 1. November 2006 05:43
An: [email protected]
Betreff: [symfony-devs] Re: AW: [symfony-devs] Re: no execption
Well, the main reason I gave you such a short answer is that there was really nothing else to say. With the meager amount of information you gave us, it's really quite impossible to attempt to determine the problem is. Okay, you gave us the OS(s), and symfony version. And then you gave a few settings. Give us these, and we'll try to help:
Action code
Template code
What is it supposed to do?
What is it doing?
What do your logs say? Both server and symfony
Have you cleared the cache?
And anything else you can think of that might help us sort out the problem.
On 10/31/06, Franke Gordon <[EMAIL PROTECTED] > wrote:
System:
windows
xampp
i use the dev env.
dev:
.settings:
# E_ALL | E_STRICT = 4095
error_reporting:4095
web_debug:on
cache:on
no_script_name: off
etag: off
and frontend_dev.php
greeting
Gordon
________________________________
Von: [email protected] im Auftrag von Colin Williams
Gesendet: Mo 30.10.2006 03:13
An: [email protected]
Betreff: [symfony-devs] Re: no execption
Use the dev environment.
On 10/30/06, Franke Gordon <[EMAIL PROTECTED]> wrote:
Hello,
i can�t see an execption.
System:
Windows & linux
alpha 2567
Greeting
Gimler
--
A common mistake that people make when trying to design something completely foolproof is to underestimate the ingenuity of complete fools.
--
A common mistake that people make when trying to design something completely foolproof is to underestimate the ingenuity of complete fools.
--
Best regards
Romain
--
Best regards
Romain
--
Best regards
Romain
--
Best regards
Romain
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "symfony developers" 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/symfony-devs?hl=en
-~----------~----~----~----~------~----~------~--~---
