The following comments are owned by whomever posted them. This site is not responsible for what they say.
Contact admin problem
Authored by: tomw on
Monday, December 23 2002 @ 06:47 AM EST
Permissions are the problem. I mentioned in the documentatin that the options.php file has to be writable by the web browser. I tried something different with this plugin. The options.php file is rewritten whenever you change the options. This prevents a database access and thus speeds things up a little -- the save effect as caching software.
So make your options.php file writable by your webserver and you will be alright. The best way to do this is chown it to the webserver and then you only need chmod 755.
So make your options.php file writable by your webserver and you will be alright. The best way to do this is chown it to the webserver and then you only need chmod 755.
Tom