That's really odd.
FWIW, I don't think your PHP version is an issue, I use 5.2.0...
On 21 Dec 2008, at 23:16, Calvin wrote:
>
> I instaled the plugin but still no luck...
>
> Log on SUCCESS:
> Dec 22 12:08:40 symfony [info] {sfPatternRouting} Connect "/"
> Dec 22 12:08:40 symfony [info] {sfPatternRouting} Connect "/
> symfony/:action/*"
> Dec 22 12:08:40 symfony [info] {sfPatternRouting} Connect "/:module"
> Dec 22 12:08:40 symfony [info] {sfPatternRouting} Connect
> "/:module/:action/*"
> Dec 22 12:08:40 symfony [info] {sfFrontWebController} Initialization
> Dec 22 12:08:40 symfony [info] {sfPatternRouting} Match route
> [default] for "/:module/:action/*"
> Dec 22 12:08:40 symfony [info] {sfWebRequest} Request parameters array
> ( 'id' => '1', 'module' => 'customer', 'action' => 'show',)
> Dec 22 12:08:40 symfony [info] {sfContext} Initialization
> Dec 22 12:08:40 symfony [info] {sfFrontWebController} Dispatch request
> Dec 22 12:08:40 symfony [info] {sfFilterChain} Executing filter
> "sfHardenedRenderingFilter"
> Dec 22 12:08:40 symfony [info] {sfFilterChain} Executing filter
> "sfCommonFilter"
> Dec 22 12:08:40 symfony [info] {sfFilterChain} Executing filter
> "sfExecutionFilter"
> Dec 22 12:08:40 symfony [info] {customerActions} Call
> "customerActions-
>> executeShow()"
> Dec 22 12:08:40 symfony [info] {sfDebugConnection} connect(): DSN:
> array ( 'compat_assoc_lower' => NULL, 'compat_rtrim_string' =>
> NULL, 'database' => 'control-o', 'encoding' => NULL, 'hostspec'
> => 'localhost', 'password' => 'calvin-pma', 'persistent' =>
> NULL, 'phptype' => 'mysql', 'port' => NULL, 'protocol' =>
> NULL, 'socket' => NULL, 'username' => 'calvin-pma', ), FLAGS: 0
> Dec 22 12:08:40 symfony [info] {sfDebugConnection} prepareStatement():
> SELECT customer.ID, customer.COMPANY, customer.CONTACT_PERSON,
> customer.PHONE, customer.MOBILE, customer.EMAIL, customer.BILLING1,
> customer.BILLING2, customer.BILLING3, customer.TERM,
> customer.PLAN_TYPE, customer.STATUS, customer.CREATED_AT FROM customer
> WHERE customer.ID=?
> Dec 22 12:08:40 symfony [info] {sfDebugConnection} executeQuery():
> [0.35 ms] SELECT customer.ID, customer.COMPANY,
> customer.CONTACT_PERSON, customer.PHONE, customer.MOBILE,
> customer.EMAIL, customer.BILLING1, customer.BILLING2,
> customer.BILLING3, customer.TERM, customer.PLAN_TYPE, customer.STATUS,
> customer.CREATED_AT FROM customer WHERE customer.ID=1
> Dec 22 12:08:40 symfony [info] {sfPHPView} Initialize view for
> "customer/show"
> Dec 22 12:08:40 symfony [info] {sfPHPView} Render "/home/calvin/
> sandbox/control-o/apps/control/modules/customer/templates/
> showSuccess.php"
> Dec 22 12:08:40 symfony [info] {sfPHPView} Decorate content with "/
> home/calvin/sandbox/control-o/apps/control/templates/layout.php"
> Dec 22 12:08:40 symfony [info] {sfPHPView} Render "/home/calvin/
> sandbox/control-o/apps/control/templates/layout.php"
> Dec 22 12:08:40 symfony [info] {sfHardenedRenderingFilter} Render to
> the client
> Dec 22 12:08:40 symfony [info] {sfWebResponse} Send status "HTTP/1.1
> 200 OK"
> Dec 22 12:08:40 symfony [info] {sfWebResponse} Send header "Content-
> Type": "text/html; charset=utf-8"
> Dec 22 12:08:40 symfony [info] {sfWebDebugLogger} Configuration
> 1350.14 ms (9)
> Dec 22 12:08:40 symfony [info] {sfWebDebugLogger} Action "customer/
> show" 36.12 ms (1)
> Dec 22 12:08:40 symfony [info] {sfWebDebugLogger} Database 0.36 ms (1)
> Dec 22 12:08:40 symfony [info] {sfWebDebugLogger} View "Success" for
> "customer/show" 38.15 ms (1)
> Dec 22 12:08:40 symfony [info] {sfWebResponse} Send content (123923 o)
>
>
> Log on BLANK page:
> Dec 22 12:09:18 symfony [info] {sfPatternRouting} Connect "/"
> Dec 22 12:09:18 symfony [info] {sfPatternRouting} Connect "/
> symfony/:action/*"
> Dec 22 12:09:18 symfony [info] {sfPatternRouting} Connect "/:module"
> Dec 22 12:09:18 symfony [info] {sfPatternRouting} Connect
> "/:module/:action/*"
> Dec 22 12:09:18 symfony [info] {sfFrontWebController} Initialization
> Dec 22 12:09:18 symfony [info] {sfPatternRouting} Match route
> [default] for "/:module/:action/*"
> Dec 22 12:09:18 symfony [info] {sfWebRequest} Request parameters array
> ( 'id' => '1', 'module' => 'customer', 'action' => 'show',)
> Dec 22 12:09:18 symfony [info] {sfContext} Initialization
> Dec 22 12:09:18 symfony [info] {sfFrontWebController} Dispatch request
> Dec 22 12:09:18 symfony [info] {sfFilterChain} Executing filter
> "sfHardenedRenderingFilter"
> Dec 22 12:09:18 symfony [info] {sfFilterChain} Executing filter
> "sfCommonFilter"
> Dec 22 12:09:18 symfony [info] {sfFilterChain} Executing filter
> "sfExecutionFilter"
> Dec 22 12:09:18 symfony [info] {customerActions} Call
> "customerActions-
>> executeShow()"
> Dec 22 12:09:18 symfony [info] {sfDebugConnection} connect(): DSN:
> array ( 'compat_assoc_lower' => NULL, 'compat_rtrim_string' =>
> NULL, 'database' => 'control-o', 'encoding' => NULL, 'hostspec'
> => 'localhost', 'password' => 'calvin-pma', 'persistent' =>
> NULL, 'phptype' => 'mysql', 'port' => NULL, 'protocol' =>
> NULL, 'socket' => NULL, 'username' => 'calvin-pma', ), FLAGS: 0
> Dec 22 12:09:18 symfony [info] {sfDebugConnection} prepareStatement():
> SELECT customer.ID, customer.COMPANY, customer.CONTACT_PERSON,
> customer.PHONE, customer.MOBILE, customer.EMAIL, customer.BILLING1,
> customer.BILLING2, customer.BILLING3, customer.TERM,
> customer.PLAN_TYPE, customer.STATUS, customer.CREATED_AT FROM customer
> WHERE customer.ID=?
>
>
>
> take a note that `executeQuery` was not fired on the failed run
>
> It is very wired. The page (and any other pages) runs fine for one or
> two reload then it shows nothing. No message, just a blank page.
> Then after clearing the cache (`php symfony cc`), the cycle starts
> again :(
>
> Bernhard:
> I think I'll use gusty for now.
>
> $ lsb_release -a
> No LSB modules are available.
> Distributor ID: Ubuntu
> Description: Ubuntu 7.10
> Release: 7.10
> Codename: gutsy
>
> I think symfony hates me :'(
>
> On Dec 22, 2:28 am, "Bernhard Schussek" <[email protected]> wrote:
>> Hi Calvin,
>>
>> On Sun, Dec 21, 2008 at 11:53 AM, Calvin <[email protected]>
>> wrote:
>>> cal...@genesisdev:~$ sudo pear install symfony/symfony
>>> symfony/symfony requires PHP (version >= 5.2.4), installed version
>>> is 5.2.3-1ubuntu6.4
>>> No valid packages found
>>> install failed
>>
>> I see, I didn't know that. Are you still using Ubuntu Gutsy (7.10)?
>> All Ubuntu releases after 7.10 feature php5 >= 5.2.4 in their
>> repository. I just found out that you don't even need medibuntu.
>>
>> http://packages.ubuntu.com/gutsy-updates/php5
>>
>> Click on the release names in the upper right to compare the PHP
>> versions of the different Ubuntu releases.
>>
>> Bernhard
> >
Lee Bolding
[email protected]
"a successful framework finds users and sucks and diddles their
genitalia, it doesnt bend them over and make them squeel like stuck
pigs." Hani Suleiman, The Bile Blog
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"symfony users" 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-users?hl=en
-~----------~----~----~----~------~----~------~--~---