WebGrab fnc_mip_forms.inc.php
Verfasst: Mi 14. Jan 2004, 14:57
Hi,
Ich versuche WebGrab fuer Contenido zu installieren
und ich finde nicht diese fnc_mip_forms.inc.php und auch
kein inc ordner.
Wie ist die richtige procedur um webgrab fuer Contenido 4.4.2
zu installieren.
Modul Eingabe
require_once ($ContenidoPath ."inc/fnc_mip_forms.inc.php");
$mip_form['0']['cat'] = 'txt';
$mip_form['0']['type'] = 'long';
$mip_form['0']['desc'] = '<b>Pfad zur Webgrabkonfigurationsdatei:</b><br><small>(z.B. "/web/htdocs/www.site.org/home/portal/webgrab/wg_config.php")</small>';
$mip_form['0']['cms_var'] = 'CMS_VAR[0]';
$mip_form['0']['cms_val'] = 'CMS_VALUE[0]';
$mip_form['0']['cms_val_default'] = '';
$mip_form['0']['tab'] = '0';
$mip_form['1']['cat'] = 'txt';
$mip_form['1']['type'] = 'long';
$mip_form['1']['desc'] = '<b>Pfad zu Webgrabcookies:</b><br><small>(z.B. "/web/htdocs/www.site.org/home/portal/webgrab/cookies/")</small>';
$mip_form['1']['cms_var'] = 'CMS_VAR[1]';
$mip_form['1']['cms_val'] = 'CMS_VALUE[1]';
$mip_form['1']['cms_val_default'] = '';
$mip_form['1']['tab'] = '0';
mip_formsp($mip_form['0']);
mip_formsp($mip_form['1']);
System Error
[14-Jan-2004 14:53:22] PHP Warning: Unknown(inc/fnc_mip_forms.inc.php): failed to open stream: No such file or directory in /web/htdocs/www.site.org/home/portal/contenido/incl ... m.php(390) : eval()'d code on line 1
[14-Jan-2004 14:53:22] PHP Fatal error: (null)(): Failed opening required 'inc/fnc_mip_forms.inc.php' (include_path='.:/usr/local/lib/php') in /web/htdocs/www.site.org/home/portal/contenido/incl ... m.php(390) : eval()'d code on line 1
Danke
M.f.G.
Amko
Ich versuche WebGrab fuer Contenido zu installieren
und ich finde nicht diese fnc_mip_forms.inc.php und auch
kein inc ordner.
Wie ist die richtige procedur um webgrab fuer Contenido 4.4.2
zu installieren.
Modul Eingabe
require_once ($ContenidoPath ."inc/fnc_mip_forms.inc.php");
$mip_form['0']['cat'] = 'txt';
$mip_form['0']['type'] = 'long';
$mip_form['0']['desc'] = '<b>Pfad zur Webgrabkonfigurationsdatei:</b><br><small>(z.B. "/web/htdocs/www.site.org/home/portal/webgrab/wg_config.php")</small>';
$mip_form['0']['cms_var'] = 'CMS_VAR[0]';
$mip_form['0']['cms_val'] = 'CMS_VALUE[0]';
$mip_form['0']['cms_val_default'] = '';
$mip_form['0']['tab'] = '0';
$mip_form['1']['cat'] = 'txt';
$mip_form['1']['type'] = 'long';
$mip_form['1']['desc'] = '<b>Pfad zu Webgrabcookies:</b><br><small>(z.B. "/web/htdocs/www.site.org/home/portal/webgrab/cookies/")</small>';
$mip_form['1']['cms_var'] = 'CMS_VAR[1]';
$mip_form['1']['cms_val'] = 'CMS_VALUE[1]';
$mip_form['1']['cms_val_default'] = '';
$mip_form['1']['tab'] = '0';
mip_formsp($mip_form['0']);
mip_formsp($mip_form['1']);
System Error
[14-Jan-2004 14:53:22] PHP Warning: Unknown(inc/fnc_mip_forms.inc.php): failed to open stream: No such file or directory in /web/htdocs/www.site.org/home/portal/contenido/incl ... m.php(390) : eval()'d code on line 1
[14-Jan-2004 14:53:22] PHP Fatal error: (null)(): Failed opening required 'inc/fnc_mip_forms.inc.php' (include_path='.:/usr/local/lib/php') in /web/htdocs/www.site.org/home/portal/contenido/incl ... m.php(390) : eval()'d code on line 1
Danke
M.f.G.
Amko