PhpDig.net

PhpDig.net (http://www.phpdig.net/forum/index.php)
-   Troubleshooting (http://www.phpdig.net/forum/forumdisplay.php?f=22)
-   -   search.php suddenly stops parsing during "extract vars" (http://www.phpdig.net/forum/showthread.php?t=2562)

jackmoring 08-25-2006 07:26 AM

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 08-25-2006 11:27 AM

Never Mind
 
I figured it out on my own.


All times are GMT -8. The time now is 07:56 PM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright © 2001 - 2005, ThinkDing LLC. All Rights Reserved.