"Can't locate LWP/Simple.pm" A Quick Question

Discussion in 'Programming/Scripts' started by giganet, Jan 15, 2009.

  1. giganet

    giganet New Member

    File Permissions Related Question

    Hello Group...

    I have installed and configured WebAdverts http://awsd.com/scripts/webadverts/ (banner rotation software) onto a server running UBUNTU 6.06 which has ISPConfig installed to manage domains, etc,.

    No matter how I set permissions of the data directory (Data) or the password file (ssapeht.cgi) WA continues to complain
    that the file "ssapeht.cgi" does not exist or that the permission for the directory /var/www/web1/web/Data does not have
    proper permission settings.

    I have validated the existence of "ssapeht.cgi" and it's permission in addition to the permission of the directory Data

    WebAdverts data directory permission: Data
    drw-rw-rw- 2 web1_webmaster web1 4096 2009-01-15 15:31 Data

    WebAdverts Password File permission: ssap.txt
    -rw-rw-rw- 1 web1_webmaster web1 0 2009-01-15 15:31 ssap.txt

    Can you make any suggestions?

    Thanking you in advance for your help.
     
    Last edited: Jan 16, 2009
  2. falko

    falko Super Moderator ISPConfig Developer

    Directories must always be executable, so try
    Code:
    chmod 777 Data
     
  3. giganet

    giganet New Member

    Thank you Falko, that was the fix.
     

Share This Page