Welcome, Guest. Please login or register.
Did you miss your activation email?
February 12, 2012, 03:09:08 AM

Login with username, password and session length
Search:     Advanced search
Wollen Sie dem WebsiteBaker Team beitreten?
Nähere Informationen finden Sie unter hier und auf unserer neuen Webseite.
149621 Posts in 21098 Topics by 7537 Members
Latest Member: lotte2
* Home Help Search Login Register
Pages: [1]   Go Down
Print
Author Topic: Errore linea php 19  (Read 2610 times)
dna

Offline Offline

Posts: 2


« on: May 21, 2007, 01:49:37 PM »

a me da molte volte questo errore... per esempio quando premo il link contattami..

Code:
Fatal error: main() [function.require]: Failed opening required '/membri/nomeutente/wb/framework/initialize.php' (include_path='.:') in /membri/nomeutete/wb/config.php on line 19


Non riesco a capire che può essere ... da questo errore quando, come detto in precedenza, premo il pulsante contattami..

www.dna88.altervist a.org/wb rolleyes
Logged
leron
Moderator
**
Offline Offline

Posts: 79


« Reply #1 on: May 21, 2007, 03:27:16 PM »

a me da molte volte questo errore... per esempio quando premo il link contattami..

Code:
Fatal error: main() [function.require]: Failed opening required '/membri/nomeutente/wb/framework/initialize.php' (include_path='.:') in /membri/nomeutete/wb/config.php on line 19


Non riesco a capire che può essere ... da questo errore quando, come detto in precedenza, premo il pulsante contattami..

www.dna88.altervist a.org/wb rolleyes

prova a postare la linea 19 del file config.php
Logged
dna

Offline Offline

Posts: 2


« Reply #2 on: May 21, 2007, 03:34:58 PM »

<?php

define('DB_TYPE', 'mysql');
define('DB_HOST', 'localhost');
define('DB_USERNAME', 'xxx');
define('DB_PASSWORD', 'xxx');
define('DB_NAME', 'my_xxx');
define('TABLE_PREFIX', '');

define('WB_PATH', dirname(__FILE__));
define('WB_URL', 'http://www.dna88.altervista.org/wb');
define('ADMIN_PATH', WB_PATH.'/admin');
define('ADMIN_URL', 'http://www.dna88.altervista.org/wb/admin');

// some mail provider do not deliver mails send via PHP mail() function as SMTP authentification is missing
// in that case activate SMTP for outgoing mails: un-comment next line and specify SMTP host of your domain
// define('WBMAILER_SMTP_HOST', 'mail.example.com');

require_once(WB_PATH.'/framework/initialize.php');

?>


linea 19 dovrebbe essere  "require_once(WB_PATH.'/framework/initialize.php');"
« Last Edit: May 21, 2007, 04:28:43 PM by dna » Logged
leron
Moderator
**
Offline Offline

Posts: 79


« Reply #3 on: May 22, 2007, 06:06:07 PM »

<?php

define('DB_TYPE', 'mysql');
define('DB_HOST', 'localhost');
define('DB_USERNAME', 'xxx');
define('DB_PASSWORD', 'xxx');
define('DB_NAME', 'my_xxx');
define('TABLE_PREFIX', '');

define('WB_PATH', dirname(__FILE__));
define('WB_URL', 'http://www.dna88.altervista.org/wb');
define('ADMIN_PATH', WB_PATH.'/admin');
define('ADMIN_URL', 'http://www.dna88.altervista.org/wb/admin');

// some mail provider do not deliver mails send via PHP mail() function as SMTP authentification is missing
// in that case activate SMTP for outgoing mails: un-comment next line and specify SMTP host of your domain
// define('WBMAILER_SMTP_HOST', 'mail.example.com');

require_once(WB_PATH.'/framework/initialize.php');

?>


linea 19 dovrebbe essere  "require_once(WB_PATH.'/framework/initialize.php');"
altervista crea spesso problemi con i CMS, prova a passare a qualcosa di migliore come NETSONS
Logged
Pages: [1]   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!