vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Google-Search (https://vborg.vbsupport.ru/showthread.php?t=41511)

Link14716 07-26-2002 07:14 PM

I just installed it but when I submit a search, it gives me a blank page. :(

Hotte 07-26-2002 07:24 PM

Quote:

Originally posted by Link14716
I just installed it but when I submit a search, it gives me a blank page. :(
do you have the templates added?

Link14716 07-26-2002 07:45 PM

yes, otherwise I wouldn't been able to see the front page of the search.

EDIT: I just double checked. All 3 are there.

Hotte 07-26-2002 07:51 PM

Quote:

Originally posted by Link14716
yes, otherwise I wouldn't been able to see the front page of the search.

EDIT: I just double checked. All 3 are there.

Try replacing
Code:

<form method="get" action="$PHP_SELF">
with
Code:

<form method="get" action="websearch.php">
in the template "websearch"
This must be done 2 times (for the searchboxes at the top and the bottom)

Sparkz 07-26-2002 07:55 PM

I am having the same problem.
It seems like the script terminates inside
PHP Code:

    $result $google->search(
        array(
            
'query' => $search,
            
'start' => $limitlower,
            
'maxResults' => $perpage,
            
'ie' => "UTF-8",
            
'oe' => "UTF-8"
        
)
    ); 

Any debug-text I put after this will not show up.

Hotte 07-26-2002 07:56 PM

Sparkz: And when you put debug-text above that? Will that show up?

Sparkz 07-26-2002 08:01 PM

My debug text... :)
I'm getting a blank page like Link up here... Tried debugging my way through the script and that's where I ended up.

Hotte 07-26-2002 08:03 PM

hmmm
you have the google-key entered?

Sparkz 07-26-2002 08:11 PM

yup.
In any case, if I didn't, I'd expect to get a reply back telling me about this :)

Sparkz 07-26-2002 08:18 PM

Looks like it dies while trying to execute
PHP Code:

$result $this->_soapClient->call($apiCall$parameters'urn:GoogleSearch'); 

inside _performAPICall()


All times are GMT. The time now is 07:59 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01182 seconds
  • Memory Usage 1,738KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (2)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete