Hello, this is my third day trapped in errors trying different methods to include a third party lib[...]
I found a very strange problem with one of my ecommerce applications: one day all browsers started to report a XML rendering error of the content so that the website was only partially rendered. I have never found such problem before and it took me quite a while to find the cause. prestashop X[...]
If you try to install PHPUnit on Ubuntu over: sudo apt-get install phpunityou may fall in big trouble, since there are some broken dependencies in that package. PHPUnit relies on Code_Coverage which can't be installed through repository packages and, trying to run phpunit, you'll get: tomasz@w[...]
performance sufferings If your prestashop 1.2 database is populated with few hundred customer records, your e-shop may be in real danger of very bad performance. The problem lies in lack of properly set MySQL indexes and primary keys. Within the time, your shop may be unusable, because MySQL se[...]
Hiya I am newbie to symfony I have started symfony yestereday and i got stuck on my first day of th[...]
Hello Guys I am newbie to symfony and day before yesterday I have installed symfony and I am tryin[...]
Hello,Ok, I am a new user to symfony (day 1). Our symfony (set-up by my predecessor) which runs our[...]
I have the following code to display the currently logged in user in my application. The strange thing is intermittantly on odd occasions while the user is browsing from one page to another the username of the logged in user changes to another user who is in the database. Logging o[...]
I'm using symfony 1.4/propel 1.4 for a project, which was made by other developer earlier. On that project, propel connection is taken by using following code $con = Propel::getConnection(UsersPeer::DATABASE_NAME, Propel::CONNECTION_WRITE); However it never closes the connection[...]
I've added a working version of the Jobeet tutorial on day 20 based on information I received from [...]