The requested URL /TSEP/setup/ was not found on this server

Asked by Zurd

Cannot install TSEP.

mkdir TSEP
Put the downloaded OneClick index.php into TSEP
chmod -R 777 TSEP
firefox localhost/TSEP/index.php

It downloads Update.zip then show the 404 Not Found page saying :

Not Found
The requested URL /TSEP/setup/ was not found on this server.
Apache/2.2.16 (Ubuntu) Server at localhost Port 80

Question information

Language:
English Edit question
Status:
Solved
For:
The Search Engine Project Edit question
Assignee:
xaav Edit question
Solved by:
Zurd
Solved:
Last query:
Last reply:
Revision history for this message
xaav (xaav) said :
#1

Hmm... should extract Update.zip to the current directory. If PHP doesn't have ZipArchive class enabled, that could be the problem.

Could you just extract Update.zip ot the current directory?

Revision history for this message
Zurd (zurd3) said :
#2

It do extract Update.zip, that is not the problem.

Try it yourself : wget http://voxel.dl.sourceforge.net/project/tseproject/0.96/TSEP.zip
(url taken from OneClick index.php)

Extract it and check in it, there's nothing about setup in it.

"ls -R | grep -i setup" in the directory returns nothing, no wonder the script can't find it, it doesn't exist.

Your project seems good, unfortunately I wasn't able to install it and move on to Sphider which does exactly what I want, I'm sorry I don't have any more time for testing this application, good luck.

Revision history for this message
xaav (xaav) said :
#3

Sorry. This project uses the cakePHP framework, which requires mod_rewrite to be enabled. I'll look into detecting installations of apache that don't have mod_rewrite enabled.