mkfile () error message problem

touchepas

Joined: 2002-09-18
Posts: 2
Posted: Wed, 2002-09-18 18:17

Hello out there,
I have just tried to install gallery at my isp's webspace running an Apache/1.3.26 (Unix) with PHP/4.2.3. I started the installation process as described in the readme file. After having filled in the values in the configuration wizzard I got almost the same error message after step 4 with the mkfile() as Gurberly posted in the forum at 2002-08-29.

After having set the 'albums' directory to chmod 777, the installation proceeds but with several error msgs.

I secured the gallery as beeing told by the wizard and tried to enter. The following msgs apeared:

Quote:
Warning: fopen("/is/htdocs/38126/xxxx/albums/.users/.htaccess", "w") - Permission denied in /is/htdocs/38126/www.touchepas.de/gallery/platform/fs_unix.php on line 53

Warning: fwrite(): supplied argument is not a valid File-Handle resource in /is/htdocs/38126/xxxx/gallery/classes/gallery/UserDB.php on line 48

Warning: fclose(): supplied argument is not a valid File-Handle resource in /is/htdocs/38126/xxxxgallery/classes/gallery/UserDB.php on line 49

Can anybody help me? To me it seems as if there is a problem with the restrictions made by my isp!? Am I right?

Thanks for your attention
touchepas

P.S.: On the installation diagonstics page no errors have been detected.

 
bharat
bharat's picture

Joined: 2002-05-21
Posts: 7994
Posted: Thu, 2002-09-19 04:43

Hmm. Sounds like Gallery created the directory, but didn't have permissions to write into it. What are the permissions on your albums/.users directory?

Try using the latest bleeding edge code from CVS -- we've made several fixes in this arena that might help you.

 
touchepas

Joined: 2002-09-18
Posts: 2
Posted: Fri, 2002-09-20 08:37

Thank you! With the new CVS Version everything works fine! :lol: :lol: :lol: