Author Topic: How can i install it??  (Read 4584 times)

Miccighel

  • Newbie
  • *
  • Posts: 2
    • View Profile
    • Email
How can i install it??
« on: February 25, 2009, 03:31:25 pm »
    *  OK: PHP version is 5.2.6
    * OK: 'mysql' extension is loaded
    * OK: 'gd' extension is loaded
    * OK: 'simplexml' extension is loaded
    * OK: /config is writable
    * OK: /public/files is writable
    * OK: /cache is writable
    * Error: /upload is not writable
    * Error: /tmp is not writable

when i try to install it i get those problems..

how can i make the folder /upload and /tmp writable?

j_strackbein

  • Freshman
  • *
  • Posts: 10
    • View Profile
    • WISER: Water bodies in Europe, Intergrative System to access Ecological status and Recovery
    • Email
Re: How can i install it??
« Reply #1 on: February 25, 2009, 04:04:05 pm »
Hi Miccighel

guessing you try to install it on an Unix system, you have to set the user rights for these folders ether with the Unix command "chmod" or with your FTP program, most of them can set the user right for files and folders on the remote system (e.g. in my program it is just a right click on the remote folder/file)

You should look here for details http://en.wikipedia.org/wiki/Chmod about Unix user rights /chmod and the syntax, but for the folders you need something like "chmod 755 /tmp", 755 means 7 : the owner can read, write, execute, 5: the group can read+execute 5: all can read+execute. Important: on a Unix machine you always need the execute right to  go into a folder

Good luck  ;)
Joerg



Miccighel

  • Newbie
  • *
  • Posts: 2
    • View Profile
    • Email
Re: How can i install it??
« Reply #2 on: February 25, 2009, 06:12:17 pm »
ok, and what is the positiion of this folders? i haven't found it!

Jclay

  • Newbie
  • *
  • Posts: 2
    • View Profile
    • Email
Re: How can i install it??
« Reply #3 on: February 25, 2009, 06:32:08 pm »
Miccighel, not sure if this applies to you but earlier today I was installing OpenGoo on a Windows box and it too didn't have the tmp and upload folders. I simply created them in the opengoo folder where config, cache, and public already exist.

That seemed to fix the problem. Add them to your OpenGoo folder and make sure you give proper permissions for them.

Jim
Q¿Q
   ~