here is my code for the symfony task... i want to render the partial
in symfony generated task... so for that i have included few lines for
partial

$configuration = ProjectConfiguration::getApplicationConfiguration
('frontend', 'dev', false);
sfContext::createInstance($configuration);
$configuration->loadHelpers('Partial');

and it throws me warning like.

PHP Warning:   : open(/var/lib/php/session/
sess_uuphc5o1619gcdi528d0fkk2l5, O_RDWR) failed: Permission denied
(13) in /usr/share/pear/symfony/storage/sfSessionStorage.class.php on
line 93
PHP Warning:  session_write_close(): open(/var/lib/php/session/
sess_uuphc5o1619gcdi528d0fkk2l5, O_RDWR) failed: Permission denied
(13) in /usr/share/pear/symfony/storage/sfSessionStorage.class.php on
line 183
PHP Warning:  session_write_close(): Failed to write session data
(files). Please verify that the current setting of session.save_path
is correct (/var/lib/php/session) in /usr/share/pear/symfony/storage/
sfSessionStorage.class.php on line 183

so if anyone having solution for my problem then it will be very
helpfull...
thanx....

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to