Page 1 of 1

BOGUS PHP ERROR

PostPosted: Wed Oct 06, 2010 7:50 am
by bruno.iguacutech
:mrgreen:
During the search process after a click in the link DGS returns the following error: bogus.php was not found on this server.
Code: Select all
   $database[0]['persistent']   = true;                                 /* Use persistent database connections. */
   $database[0]['table']        = array('job_resume');                         /* The table in database to search. */
   $database[0]['tableAssoc']   = '';                                   /* If multiple tables listed, is used to join the tables. See INSTALL. */
   $database[0]['searchField']  = array('category');             /* The fields to search. */
   $database[0]['returnField']  = array('category');       /* Fields returned from db. Can be used to sub into link, url and desc. */
   $database[0]['link']         = 'Title is @1@';                       /* The link used for results. */
   $database[0]['url']          = 'http://www.iguacutech.com.br/resume/busca/busca/bogus.php?id=@0@';/* The URL used for display the data from your database. */
   $database[0]['desc']         = array('The artists name is @2@.');    /* The description to display. */

could anybody help-me?

Re: BOGUS PHP ERROR

PostPosted: Sun Mar 06, 2011 2:19 am
by sella
You need to replace bogus.php with a php file of your own, that will display the found page.