Posted on: 05/30/02 01:52pm
By: Anonymous (Steph)
Install was pretty easy except one problem:
Warning: fopen("/home/digitale/public_html/logs/error.log", "a"

- Permission denied in /home/digitale/public_html/lib-common.php on line 810
Warning: fputs(): supplied argument is not a valid File-Handle resource in /home/digitale/public_html/lib-common.php on line 813
Warning: fputs(): supplied argument is not a valid File-Handle resource in /home/digitale/public_html/lib-common.php on line 741
Warning: fputs(): supplied argument is not a valid File-Handle resource in /home/digitale/public_html/lib-common.php on line 742
Warning: fclose(): supplied argument is not a valid File-Handle resource in /home/digitale/public_html/lib-common.php on line 743
What's my problem?
~Steph
chmod
Posted on: 05/30/02 02:24pm
By: Dirk
You forgot to chmod
the files in the logs
and backend
directories.
We should really make it more clear that chmod -R
means to apply the chmod
to both the directory and the files in the directory ...
bye, Dirk
Fixed with a new problem - white pages in admin
Posted on: 05/30/02 04:12pm
By: Anonymous (Steph)
I finally got it fixed, it was the geeklog.rdf that needed a good chmoding

Thanks. I guess its time to really learn more shell commands

But now I have a new problem, white pages but only in the admin section.
Steph