Page 1 of 1
No bugs, but things I noticed in 0.12-beta1
Posted: Tue Feb 07, 2006 2:12 pm
by LeisureLarry
/doc/INSTALL.txt
Requirements:
PHP 4+
should be
Requirements:
PHP 4.1+
4. Fix the permissions on the cache and template compilation directories so the web server has access to them.
- chmod 777 tmp/templates_c
- chmod 777 tmp/cache
- chmod 777 uploads
- chmod 777 uploads/images
should mention:
- chmod 777 modules if you wish to upload modules via admin panel
Re: No bugs, but things I noticed in 0.12-beta1
Posted: Tue Feb 07, 2006 2:13 pm
by LeisureLarry
help of global content:
Just insert the tag into your template/page like: {globa_content name='myblob'}, where name is the name given to the block when it was created.
should be
Just insert the tag into your template/page like: {global_content name='myblob'}, where name is the name given to the block when it was created.
Re: No bugs, but things I noticed in 0.12-beta1
Posted: Wed Feb 08, 2006 5:42 am
by kermit
LeisureLarry wrote:
4. Fix the permissions on the cache and template compilation directories so the web server has access to them.
- chmod 777 tmp/templates_c
- chmod 777 tmp/cache
- chmod 777 uploads
- chmod 777 uploads/images
should mention:
- chmod 777 modules if you wish to upload modules via admin panel
alternately, ownership of these directories (and contents) could be given to the web server.
Re: No bugs, but things I noticed in 0.12-beta1
Posted: Fri Feb 10, 2006 5:48 pm
by Ted
These changes are in svn. Thanks!
Re: No bugs, but things I noticed in 0.12-beta1
Posted: Fri Feb 10, 2006 6:32 pm
by LeisureLarry
No problem, helping a great product is fun for me.
Re: No bugs, but things I noticed in 0.12-beta1
Posted: Wed Feb 15, 2006 12:30 pm
by LeisureLarry
Everything in beta-2
