1
RJ-45
Google Search
  • 2005/1/30 1:11

  • RJ-45

  • Just popping in

  • Posts: 53

  • Since: 2005/1/30


Hi!

I've install in XOOPS 2.0.9 the module Google 1.10.

It install perfectly, however, when I submit a search, in the iframe display:

"Not Found
The requested URL /modules/google/search was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/1.3.33 Server at xxxxxx.net Port 80"

In the ZIP file I download, there aren't any SEARCH directory

Can you help me to put a google search in my web?

Thanks

See you

----------

I'm sorry for my english level, but I'm spanish ;)

2
hyperpod
Re: Google Search
  • 2005/1/30 4:10

  • hyperpod

  • Quite a regular

  • Posts: 359

  • Since: 2004/10/4


Hi RJ-45,

I've never used this module before, but i just downloaded this module and took a look at it to see whats up and maybe its not working right becuse it only supports 3 languages so far.

global $xoopsConfig$xoopsTheme;
//french google
if ($xoopsConfig['language'] == 'french'){
$src 'http://www.google.fr/';
}

//english google
if ($xoopsConfig['language'] == 'english'){
$src 'http://www.google.co.uk/';
}

//deutsch google
if ($xoopsConfig['language'] == 'deutsch'){
$src 'http://www.google.de/';
}


So I think you will have to edit include/param.php and add your language, of course with the right google address for your language.

I cannot test this since I dont run any sites except in English.

But I hope this helps.

Cheers,

3
RJ-45
Re: Google Search
  • 2005/1/30 10:29

  • RJ-45

  • Just popping in

  • Posts: 53

  • Since: 2005/1/30


Thanks you very much. I add the spanish option and it work pefectly ;)

See you

Login

Who's Online

179 user(s) are online (97 user(s) are browsing Support Forums)


Members: 0


Guests: 179


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits