View Single Post
Old 08-25-2006, 07:26 AM   #1
jackmoring
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...
jackmoring is offline   Reply With Quote