|
08-25-2006, 07:26 AM | #1 |
Green Mole
Join Date: Aug 2006
Posts: 3
|
search.php suddenly stops parsing during "extract vars"
Hi. I had finally gotten phpdig to work on a site and configured the look and feel. Results were coming back the way that I wanted. All of a sudden, after submitting a query, this would print at the top of my page:
'string', 'refine'=>'integer', 'refine_url'=>'string', 'site'=>'string', // set to integer later 'limite'=>'integer', 'option'=>'string', 'lim_start'=>'integer', 'browse'=>'integer', 'path'=>'string' ) ),EXTR_SKIP); if (ALLOW_RSS_FEED) { $adlog_flag = 1; $rssout = phpdigSearch($id_connect, $query_string, $option, $refine, $refine_url, $lim_start, $limite, $browse, $site, $path, $relative_script_path, 'array', $adlog_flag, '', $template_demo); if (is_file("custom_rss.php")) { include "custom_rss.php"; $rssdf = $thedir."/".$thefile; } else { die("Cannot find custom_rss.php file.\n"); } } else { $adlog_flag = 0; $rssdf = ""; } $output = phpdigSearch($id_connect, $query_string, $option, $refine, $refine_url, $lim_start, $limite, $browse, $site, $path, $relative_script_path, 'array'); // if (is_file("custom_search_page.php")) { // include "custom_search_page.php"; // } else { exit(); } ?> ___ Does anyone have any idea how this happened and what I might do to fix it? I really want to use this and I was so close until this happened... |
08-25-2006, 11:27 AM | #2 |
Green Mole
Join Date: Aug 2006
Posts: 3
|
Never Mind
I figured it out on my own.
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
shows blank page if "Search All" and "exact phrase", timeout? | alokjain9 | Troubleshooting | 2 | 03-07-2006 07:08 AM |
"search depth" and "links per" features | laurentxav | How-to Forum | 1 | 01-12-2005 07:27 PM |
Removing "Select a site to search" | aslan | How-to Forum | 2 | 08-25-2004 09:33 PM |
search for "hold" not matching on the word foothold | mingus | Troubleshooting | 2 | 06-02-2004 08:54 PM |
Can't login to "install.php" | Arbok9782 | Script Installation | 1 | 04-13-2004 05:01 PM |