Hello,
I have been trying to put some sort of photo gallery on my website for a month now. I was trying to use simpleviewer for a while and i could never get it to work. so now I am trying this.
I have uploaded all the files to my site directory like it says. and when i go to the setup.php it says i need php version 4.4.8 or greater. I have 4.3.11.
I don't know anything about updating php. i have downloaded it from php.net but that site is confusing and doesn't explain what i am supposed to do in a language I can understand.
I don't see why it has to be so complicated just to make a photo album.
can i try to set up zenphoto with the php version i already have? It says to do it at your own risk, but then there is no option to actually try to do it....
if not, can someone please tell me how the hell i am supposed to update the php? This is far more complicated and irritating than it should be.
thank you.
Comments
It should be possible to try Zenphoto without the required PHP version, I believe, as it is supposed to be non-fatal. (Though there is a good chance it won't work correctly.)
Do you see the "Go" button at the bottom of the setup script? If not, do you get any errors? What does setup tell you?
The reason for the PHP requirements is that the lowest PHP 4 we can test on is PHP 4.4.8. We use normal shared hosts so we use what they provide to us and in my case I am using a local MAMP server setup that comes with this as the lowest PHP 4.
But actually we develop on PHP 5.2.x although we mostly try not to use PHP 5 only stuff without PHP 4 replacements currently.
There is no "go" button at the bottom of the setup page.
all it says is this:
Welcome to Zenphoto! This page will set up Zenphoto on your web server.
Systems Check:
PHP version 4.3.11
Warning!
Version 4.4.8 or greater is required. Use earlier versions at your own risk. Version 5.2 or greater is strongly recommended.
PHP Safe Mode
PHP magic_quotes_gpc
PHP gettext() support
and i can not click on anything.
So I guess if my provide doesn't have the required php version, and it won't work correctly without it, then there's nothing I can do?
Do you think this could be why simpleviewer doesn't work on my site too? I know you probably don't know anything about that, but I've tried everything they've explained and nothing works still... perhaps it's the same problem?
There really must be a script error occuring or more would have been displayed on your setup page. You really need to find the CGI log and see what has been reported.It may be a PHP compatibility issue or it (more likely) is some other problem. But without the error, no one can say.