I am installing this on a Windows 2003 server, with php 4.0. I have other programs running mysql and php on my server that seem to do fine. When browsing main.php from my web browser, I get the following errors:
Warning: fopen(C:\Inetpub\wwwroot\thatdirtywhore\gallery2\g2data\cache\module/core/0/0/0.inc): failed to open stream: No such file or directory in C:\Inetpub\wwwroot\thatdirtywhore\gallery2\modules\core\classes\GalleryPlatform.class on line 341
Warning: flock(): supplied argument is not a valid stream resource in C:\Inetpub\wwwroot\thatdirtywhore\gallery2\modules\core\classes\GalleryPlatform.class on line 359
Warning: Cannot modify header information - headers already sent by (output started at C:\Inetpub\wwwroot\thatdirtywhore\gallery2\modules\core\classes\GalleryPlatform.class:341) in C:\Inetpub\wwwroot\thatdirtywhore\gallery2\main.php on line 105
Was hoping you could give me a hand fixing it.
Posts: 13451
[Moving to G2 support]
Posts: 8601
check the README for php version requirement.
please try a clean install with a current nightly snapshot and let us know if it still doesn't work.
Posts: 2
I just downloaded 1.4.4 and am going to take a stab at installing that one instead, I think I was trying to install the wrong version, thanks for your help.