aMule Forum

English => en_Bugs => Topic started by: pfrancav on February 20, 2007, 06:33:16 PM

Title: aMuleWeb - search tab don't work
Post by: pfrancav on February 20, 2007, 06:33:16 PM

Hi, I've aMule 2.1.3 installed from Synaptic Manager in Ubuntu 6 Dapper.

When I  do a search through the aMuleWeb, nothing happens, I mean, it' s like a lack of refresh

I try clicking the "refresh results" link, but nothing happens. Obviously when I search through the standard aMule GUI work fine.

Any Idea ?
Really thanks

Title: Re: aMuleWeb - search tab don't work
Post by: phoenix on February 21, 2007, 01:54:51 AM
pfrancav,

It works fine for me here. I do a search in the web interface by clicking the search button and then click at "Click here to reload search results" some time later and the search results are there.

I suggest you try with a recent cvs version.

Cheers!
Title: Re: aMuleWeb - search tab don't work
Post by: pfrancav on February 21, 2007, 02:24:22 PM
phoenix, thanks for the answer, it doesn't work for me. Do I need to uninstall my actual version of amule to install a cvs version ?

Thanks
Title: Re: aMuleWeb - search tab don't work
Post by: phoenix on February 21, 2007, 03:23:31 PM
pfrancav,

No, it is not necessary to uninstall your current version. You don't have to formally install the CVS version, as long as you call the executables with the correct paths.

For example, this one way to compile aMule and run aMule and amuleweb:
$ cd Directory_Where_You_Untarred_aMule_Sources
$ ./configure --with-denoise-level=3 --enable-debug --disable-optimize --enable-verbose --enable-amule-gui --enable-webserver --enable-ccache && make
$ src/amule &
$ src/webserver/src/amuleweb

Notice that running amuleweb automatically on startup should not be enabled on preferences, otherwise you will probably run the wrong executable.

Please, report your results! Good luck!
Title: Re: aMuleWeb - search tab don't work
Post by: marcpalaus on December 24, 2007, 02:31:39 PM
I have a similar problem.

In webserver, the search starts working, but after a time (a few hours or a day), it returns no results when you search for something. I must restart the amule daemon to make it work again. Is this normal?