Open sineld opened 12 years ago
Hi sineld,
Sorry for the slow response. I haven't encountered the issues you were having on the servers I've tested on. Maybe your server doesn't support native session storage, which this demo application uses. Your comments may be helpful for others so I'll leave this issue open.
Thanks!
Hey Ddrake, i have installed this demo but im having an issues the application says ErrorException [ Recoverable Error ]: Object of class View_Pages_Album_List could not be converted to string where do i start?
Hi,
Some errors occurred when I have installed your work.
I added a line like below into bootstrap.php Cookie::$salt = 'amcadedi';
and created a file named session.php in config folder including these lines: <?php
),
);
than everything started to work like a charm! :) Thanks.