Author Topic: ERROR: Line 7131  (Read 1309 times)

0 Members and 1 Guest are viewing this topic.

Offline apnews

  • album.pl User
  • *
  • Posts: 1
  • Karma: +0/-0
  • I forgot to change the default text.
ERROR: Line 7131
« on: September 30, 2002, 18:36:59 »
I was trying to install album.pl to my web server (unix).  However, it always have the below error when I click "Apply" .  Can you please help me?

ERROR: Line 7131
Cannot open temp file for writing: album.cfg.29595
You probably need to make the directory world writable (chmod 777 for unix).
« Last Edit: December 31, 1969, 19:00:00 by 1039064400 »

Offline Mike Bobbitt

  • album.pl Author
  • Administrator
  • I Spend Too Much Time Here
  • *****
  • Posts: 3381
  • Karma: +35/-2
    • Mike's Development Archive
Re: ERROR: Line 7131
« Reply #1 on: September 30, 2002, 20:15:14 »
Hi apnews,

This one is actually pretty easy. There are 3 ways to get around it:

1. Make your cgi-bin directory writable to the web server. A mode of 777 (chmod 777) is guaranteed to do the trick, but may be a little permissive for your blood.

2. Edit album.cfg directly to configure your album.

3. Move album.cfg to a new (mode 777) directory, and update the config file location at the top of album.pl.

It's really a matter of personal taste. I almost never use the Configuration Management UI, but I think that's because I forget it's there...  ;D
« Last Edit: December 31, 1969, 19:00:00 by 1039064400 »