Posted on 13/12/2009 at 02:26 PM
I have added search functionality to the Storefront example using Zend_Search_Lucene from the Zend Framework 1.8: Web Application Development book, I will hopefully get some time to write about this over christmas, for now though if you are interested you can download the code for the Google code sites trunk.
ZF Storefront Example on Google Code
svn checkout http://zendframeworkstorefront.googlecode.com/svn/trunk/ zendframeworkstorefront-read-only
Enjoy...
Comments
Hi,
I checked out the source code from here:
http://zendframeworkstorefront.googlecode.com/svn/trunk/
I got the error message “Fatal error: Uncaught exception ‘Zend_Cache_Exception’ with message ‘cache_dir is not writable’ in /var/www/pope-latest/trunk/library/Zend/Cache.php on line 209”
There is also no Bootstrap.php file in the applications directory…
What should I do to get this working?
Many thanks,
Andy.
Posted by Andy on 18/01/2011 at 03:23 PM
Make sure that the user apache runs as has write access to the data folder, chmod -R 777 data if you are locally testing :)
The bootstrap is now inside the storefront module directory, this is because of the new appnamespace setting in the config.
Posted by [MuTe] on 18/01/2011 at 04:32 PM
Page 1 of 1 comments
about me
I am a web developer/ project manager from Birmingham Uk,
currently I am working for inflight productions as a technical project manager.
Hopefully I will be posting here as regularly as possible on my experiences
with various technologies that I am using and maybe the odd random thing..
the book
comment on this