Testing any piece of software requires writing another software to test it. Apart from writing automated tests, developers would just like to examine how do some functionalities behave. If the specification changes frequently or the software is deployed in many environments, an easy-access tool[...]
I am currently working on a new project where I wanted multiple apps (frontend (fe) and backend (be)) to have the same exact appearance, and without having to duplicate the code in both template/layout.php files. So what I did is chose the fe layout.php file as the master template, then made th[...]
Hi,I have the following issue. On a Contact page on my site I have a login form for my backend (usi[...]
After a domains translate to 1and1, I can´t acces to my backend when I log In.Don´t know where´s[...]
Hi,I want do redesign a Backend created with Symfony Admin Generator. Could answer me two questions[...]
I used the "Using a traditional login form" tutorial from symfony.com to authentificate my users. With a simple http auth it works great. After the login was submitted I get this Exception: Unable to find the controller for path "/login_check". Maybe you forgot to add the m[...]
I am building a online store with symfony 2.1. Basically I have frontend section from where users of my site can view, add items and backend section for admin users to manage the entire site. Frontend and backend section will have different template but the database models (Doctrin[...]
I'm trying to implement the impersonation feature with the superusers of my app but whenever I change the URL to impersonate a user like: http://example.com/somewhere?_switch_user=juan.almeida@gmail.com (I'm using the email as the username) the page just refreshes and the profil[...]
Im starting with symfony and im a little lost here. Of course nothing that a good tutorial can manage. However i've come to a point that my tutorial doesn't cover. Creating the backend i write this generator.yml ...product/config/generator.yml generator: class: sfDoctrineGener[...]
I get this error why I try to sort the results from a basic admin-generated list on backend: Never had this problem again: ( ! ) Fatal error: Cannot redeclare class BasePhotoPeer in PROJECTNAME\lib\model\om\BasePhotoPeer.php on line 10 Call Stack Time Memory Funct[...]