I've gotten much further (hope that's a small consolation for all the work I'm causing you--I'm learning!). I believe the install is now okay--I'm down to two warnings:
I have searched web and forum and cannot find where to change this file to disable. Can you please help?
2.Perhaps there was a problem with the upload. You should check the following files...
The setup then shows a long list of files. In reading posts in the forum, it appears that this may because these files were reinstalled? I looked at the first one, index.php and found nothing obvious. I also ran across a post (several days ago) which said something about having a space before
MySQL 5.5 is not required, it is recommended.
[i]The requested URL /zp-core/setup/index.php was not found on this server.[/i]
Are the files there?
[i]Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.[/i]
Is that the full error message?
Thanks for the quick reply.
I'll work on #1. I'm not at all sure how to do this but I'll research it and hope for an answer.
And YES, that's the full error message. I checked and index.php file is installed and shows up in the site directory. It is current as of this morning.
Still working to disable PHP error display messages. Via FileZilla I have gone through the site looking for the php file which contains this option, and so far can't find it.
Being new at this it's likely I don't really know what to look for. (Are you chuckling? :>) I'm more than willing to do the work, but almost an hour later I'm getting nowhere.
Is the file I need located in the files I uploaded from Zenphoto, or is it something I need to contact Dreamhost to change? (There is, as far as I can tell, no place in the domain management section of Dreamhost that allows for access to changing php.)
IF (by the grace of the zenphoto crew) this is a file I uploaded from Zenphoto--please tell me what it's called and what I change (i.e.: got to index.php in the zp-core folder, find PHP display_error [enable] and change to disable.)
I hope you're not ready to give up on me yet...I know I'm taking a lot of time and energy but I want to be able to do this!
Thanks again.
Quote:Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
This is a server configuration issue, but not a serious one. That just says that the server's 404 processing is setup to use some file that is not present.
There are two possibilities with The requested URL /zp-core/setup/index.php was not found on this server.
One: the file permissions may prevent the file from being "found" by the browser request.
Two: at the point this happened the setup files may have been "protected" so the file did not actually exist. If you use the link .../zp-core/setup.php instead it will restore the files before executing them.
[i]#1 is something you change in your PHP.ini file.[/i]
Given the host allows access to the main server php.ini. Unless you have your own selfmanaged server not likely. Common are individual php.ini files per directory.
For instance, on my host I have to do tha via individual .user.ini files per directory (php 5.4) and/or via htaccess (php5.2/5.3).
So only the host can answer what you can do on your webspace.
Thanks for all of the above info.
I have a support ticket in with my webhost. I don't have my own server. There are no php files in my website directory (other than those in zenphoto), and a search for hidden files yields no further results. But your reply to #1 is very helpful. Thanks!
re #2. I reran the set up php with .../zp-core/setup.php
I also reset permission for zp-core/setup/index to 755. I get the exact same error message.
Yes, it appears that the setup program runs. It's only when I click on the "GO" button at the bottom of setup page that I get the #2 message.
I just tried it again: www.mydomain.com/inlaygallery/zp-core/setup.php and it ran. Clicking Go gives me #2 message. I went back through FileZilla and changed a permission in the zp-data and that change showed up as a warning (I've changed it back to the recommended 600 for the debug log. Clicked Go--get same message.
No, after clicking GO it goes directly to the page with the #2 message.
I'm not sure what is meant by a form posting. Do I need to do something or is this another server issue? My webhost (Dreamhost) is very slow in responding--usually takes about 36 hours to get a reply, so I may not be able to get much done if it's something they need to fix.
This is the URL of the page I land on after clicking GO from the set up page:
http://www.bluelioninstruments.com/zp-core/setup/index.php?checked&update&mod_rewrite=ON
Yes, that is the URL that should work. Have you tried entering it directly?
Also try disabling the rewrite option of your server if it is set.
Unfortunately we are in "unknown" territory here. Such a URL should always work, so I have no idea why it would not.
Maybe also try the URL: http://www.bluelioninstruments.com/zp-core/setup/index.php?checked and see what happens.
Tried both links and get the same message (#2). Definitely a stumper, eh?
I looked at the manage domains page and don't see any rewrite option on my webhost site.
Should I just delete everything and start over fresh? What about using an installer like Installatron?
http://www.bluelioninstruments.com/zp-core/setup/index.php?checked indicates that Zenphoto is in the root of the domain.
It does not matter if that is a subfolder of the webspace if the domain is linked to that folder. That makes it "root" for that domain.
But it cannot be in the root of that domain as there is another website already. Then the above link would be wrong and probably should be http://www.bluelioninstruments.com/inlaygallery/zp-core/setup/index.php?checked
That shows a however broken setup file without styles.
So where is it supposed to be? You can have only one site in the root, either your (Supposedly static html) site or Zenphoto as the CMS.
I have gotten to the next page--sort of. I typed in http://www.bluelioninstruments.com/inlaygallery/zp-core/setup/index.php?checked several times; closed out the browser, opened it up again and it went to a page:
Zenphoto Setup upgrade
In bold, it says About to update tables...followed by Done with table update.
Migrating lib-auth data version => version 4.
Plugin setup: [followed by many many many files(?) starting with admin-approval auto_backup and ending with zpCaptcha.
Then the flags.
That's it. No indication of what to do next or where to go. But at least I've gotten this far with your help.