No bugs, but things I noticed in 0.12-beta1

A place to discuss the testing process in beta cycles or against SVN for the CMS Made Simple CORE package.
Locked
LeisureLarry

No bugs, but things I noticed in 0.12-beta1

Post 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
LeisureLarry

Re: No bugs, but things I noticed in 0.12-beta1

Post 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.
User avatar
kermit
Power Poster
Power Poster
Posts: 693
Joined: Thu Jan 26, 2006 11:46 am

Re: No bugs, but things I noticed in 0.12-beta1

Post 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.
eternity (n); 1. infinite time, 2. a seemingly long or endless time, 3. the length of time it takes a frozen pizza to cook when you're starving.
4,930,000,000 (n); 1. a very large number, 2. the approximate world population in 1986 when Microsoft Corp issued its IPO. 3. Microsoft's net profit (USD) for the quarter (3 months) ending 31 March 2007.
CMSMS migration and setup services | Hosting with CMSMS installed and ready to go | PM me for Info
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm
Location: Fairless Hills, Pa USA

Re: No bugs, but things I noticed in 0.12-beta1

Post by Ted »

These changes are in svn.  Thanks!
LeisureLarry

Re: No bugs, but things I noticed in 0.12-beta1

Post by LeisureLarry »

No problem, helping a great product is fun for me.
LeisureLarry

Re: No bugs, but things I noticed in 0.12-beta1

Post by LeisureLarry »

Everything in beta-2 :D
Locked

Return to “[locked] Quality Assurance”