config.inc.php not writeable

Discussion in 'Installation' started by vjg, May 6, 2004.

  1. vjg

    vjg Guest

    Hello,

    I am trying to install aMembers but at step 1 of 6 at the installion I will get this error:

    Directory '/srv/apenners/www/www.vliegjegek.nl/payment2' is not writeable. It needed to write config file '/srv/apenners/www/www.vliegjegek.nl/payment2/config.inc.php'. Please fix it

    I allready set CHMOD at 777, but this didnt help.

    I already edited the file filling in the folowing information:


    $pc = array();
    $pc['db'] = 'xxxxxx';
    $pc['user'] = 'xxxxxx';
    $pc['pass'] = 'xxxxxx';
    $pc['host'] = 'localhost';
    $pc['prefix'] = '@DB_MYSQL_PREFIX@';

    I have no idea what to fill in at 'prefix', maybe that's the problem? Or is it something else?
  2. vjg

    vjg Guest

    Got it work by editing the complete map with aMembers in it to 777. Works good now.

    Just 1 other question. I would like to have a system which will send a saved e-mail written by me (personal e-mail for each members) which would be send to the person when he/her did the payment. But I don't think that's possible :cool: ...
  3. alex

    alex aMember Pro Customer Staff Member

    Joined:
    Jan 24, 2004
    Messages:
    6,021
    What mean "personal email"? You may edit welcome email template
    amember/templates/signup_mail.txt
  4. vjg

    vjg Guest

    With personal e-mail I mean an e-mail which is different for every members.

    Example:
    Someone is looking for a car engine. This person will go to my website and would fill in a form. I will start searching the car engine and will give a reply when I found it. This person can get all the details where to buy the car engine when he did a payment. So I would like to save an e-mail on the server which is being send when a payment is completed.
    Because everybody is searching for an other kind of engine, all e-mails would be different with details about where to buy it etc.

    I don't think that is possible with aMember?
  5. alex

    alex aMember Pro Customer Staff Member

    Joined:
    Jan 24, 2004
    Messages:
    6,021
    Of course, it will be easier to send email from your e-mail software than from amember. it is anyway manual work. however, you may use aMember just to take payments and keep track of customers.

Share This Page