-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I want to be able to take the user to the requested page after login, but this does not happen with sfGuard.
** My Register action requires SignIn ;) **
On the listing page [http://cim/frontend_dev.php/]
- user clicks the 'Register' link [@register = register/index]
- user is taken to 'Signin' page…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Can someone help me on paginating results with sfDoctrinePager?
$articlesResults = Doctrine::getTable('Article')
->getTemplate('Doctrine_Template_I18n')
->getPlugin()
…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Got a service which should be executed the moment an object is persisted. Though, I think the code looks like it should work, it doesn't. I configured the service like the following yml.
services:
bla_orm.listener:
class: Bla\OrmBundle\EventListener\UserManager
arguments:…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm installing Symfony on my Ubuntu system, everything was going fine until the very last moment when I was met with a screen that said:
ContextErrorException: Warning: date_default_timezone_get(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am trying to load fixtures but myproject is erroring at the CLI and starting the indexer process.
I have tried:
Rebuilding the schema and model
Emptying the database and starting again
Clearing the cache
Validating the YML file and trying much simpler data-dumps
My platform is Symfony 1.0…
>>> More