so is every other file in the zenphoto dir. Yes it's unzipped correctly. Yes they're all blank on the local mac and my online webserver. Yes I've tried with php5 and php 4.
Yes every file has proper permissions & chmod 666.
Yes when I open the files in a text editor I see all their contents.
what else is there?
Comments
Apache/1.3.33 Unix mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.3.10 FrontPage/5.0.2.2635 mod_ssl/2.8.22 OpenSSL/0.9.7a
offline my mac mini is running whatever version of apache came with it and php5
short_open_tag needs to be set to true in your php config file. If this is not enabled then you will receive a blank page..
If you cannot change your php.ini file then you could always do a find and replace for
'<?' with '<?php'
and '
<?=' with '<?php echo '
ya know what, how bout I just sign up for a dreamhost account, yeah I think i'll do that.
short_open_tag = On
This is with whatever Ubuntu Breezy has. PHP 5 and Apache 2. phpinfo works