Member
Member
glendonhood   2008-05-29, 10:48
#1
I have just installed zenphoto on my server but on the setup page I am getting this error:

"Server seems not to be Apache or Apache-compatible, skipping .htaccess test"

Also the .htaccess file seems to delete itself from my server when i go back into the ftp.

Can anyone help please

http://www.blueamigo.co.uk/zenphoto/zp-core/setup.php
Member
Member
sbillard   2008-05-29, 14:06
#2
Is your server supposed to be Apache-compatible? If not there is no need for the .htaccess file (it will do no good.) You just may not use the mod_rewrite option.

The two messages you received are just warnings--press the GO button.
Member
Member
glendonhood   2008-05-29, 16:51
#3
The server is supposed to be apache compatible! I clicked GO and nothing happened!
It just stayed on the same screen

The htaccess file there or not, it still doesn't respond
Member
Member
fetard   2008-05-29, 17:33
#4
glendonhood : what type of server software is installed on your server? Lighthttpd ? Apache ?
Member
Member
sbillard   2008-05-29, 17:42
#5
Something strange is goin on here. After clicking on GO you should not have got back to the system check page. It is almost like the URL query parameters (setup.php`?checked&update`) are not getting passed on to the script. If you are comfortable with PHP coding you can try some debugging statements.

Find the lines which read:
`<div id="content">

<?php

if (!$checked) {`

Add in after the `<?php` line:
`echo "<br/>$_GET array ";print_r($_GET);`

This will print out the parameters from the query string that were passed.
Member
Member
glendonhood   2008-05-30, 09:25
#6
not sure what i am doing here but I have added the print script to the setup.php file.
Also i have just found out that my server has zeus software installed. do you think this is the problem?
Member
Member
sbillard   2008-05-30, 15:09
#7
Did you get some output from the print script? If so, please show us the results.
Member
Member
glendonhood   2008-06-02, 09:22
#8
No output was given from the print script unfortunately. The same thing occurred again, when i pressed the go button it just returned to the setup page.
But I tried opening the zp-core folder, i removed setup.php from the url and it automatically opened the admin area.
I assume thats where it was supposed to take me after clicking GO. Is that correct?
Administrator
Administrator
acrylian   2008-06-02, 12:47
#9
Could you please tell us what kind of server you are using?
Member
Member
sbillard   2008-06-02, 15:35
#10
The GO button takes you to the update/create part of setup.php, so if it doesn't get there, setup has not done its function.
Member
Member
glendonhood   2008-06-02, 16:15
#11
I am using a Zeus 4.3 server
Developer
Developer
trisweb   2008-06-02, 21:49
#12
Do you have the option of using a different web server? That's not a standard server and may not be compatible...
  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.