Welcome, Guest. Please login or register.
Did you miss your activation email?
February 12, 2012, 05:11:35 PM

Login with username, password and session length
Search:     Advanced search
Interested in joining the WebsiteBaker team?
For more Information read here or on our new website.
149665 Posts in 21100 Topics by 7538 Members
Latest Member: ionline
* Home Help Search Login Register
Pages: [1]   Go Down
Print
Author Topic: XAMPP + WB - Problema Visibilità  (Read 2867 times)
cagnaluia

Offline Offline

Posts: 22


« on: April 17, 2007, 03:02:43 PM »

Ciao,

ho installato in locale XAMPP (server apache+php+mysql+etc) e caricato WB.

In locale funziona tutto perfettamente. Si vedono i template.. le immagini le parole.. si amministra, tutto bello veloce. Perfetto.

Su un qualsiasi pc della rete che fa l'accesso al server con WB... si vedono SOLO le parole.. nessuna immagine, nessun template....

Come mai?

1. configurazione errata nel setup di WB?
2. configurazione errata in XAMPP?


Logged
kweitzel
Forum administrator
*****
Offline Offline

Posts: 6820


WWW
« Reply #1 on: April 17, 2007, 09:58:13 PM »

Please excuse me, if I answer in English, but my Italian is not up to the task.

1st thing to check is the path to the image. Did you put in this WB Function?
Code:
<?php echo WB_URL?>

If not, that might be the issue. Have a look at our template tutorials (in english):
http://projects.websitebaker.org/websitebaker2/wiki/Docs-EN

And please, do not double post ... the Moderators and Administrators who read the italian subforum also read the english one ...

tanti saluti

Klaus
« Last Edit: April 17, 2007, 10:03:34 PM by kweitzel » Logged

WebsiteBaker Org e.V. - for WebsiteBaker

LeronHWU
Guest
« Reply #2 on: April 19, 2007, 10:30:12 AM »

Ciao,

ho installato in locale XAMPP (server apache+php+mysql+etc) e caricato WB.

In locale funziona tutto perfettamente. Si vedono i template.. le immagini le parole.. si amministra, tutto bello veloce. Perfetto.

Su un qualsiasi pc della rete che fa l'accesso al server con WB... si vedono SOLO le parole.. nessuna immagine, nessun template....

Come mai?

1. configurazione errata nel setup di WB?
2. configurazione errata in XAMPP?




ciao scusa se rispondo con un account diverso


che template stai usando?


PS: to all: I'm Leron, but the account on WB forum is locked because I have changed my password and the email notify is not arrived (probably is the antispam service on my email).... Can someone (admin? Cheesy) unlock my account please? thanks
Logged
leron
Moderator
**
Offline Offline

Posts: 79


« Reply #3 on: April 19, 2007, 10:49:16 AM »

EMAIL ACTIVATED Cheesy sorry
Logged
cagnaluia

Offline Offline

Posts: 22


« Reply #4 on: May 11, 2007, 01:36:37 PM »

uso andreas01

ok, cmq ho sistemato... speta che vedo come ho fatto perchè non mi ricordo...

Code:
<?php

define
('DB_TYPE''mysql');
define('DB_HOST''localhost');
define('DB_USERNAME''wb');
define('DB_PASSWORD''123');
define('DB_NAME''wb');
define('TABLE_PREFIX''');

define('WB_PATH'dirname(__FILE__));
define('WB_URL''http://192.168.1.12/wb');
define('ADMIN_PATH'WB_PATH.'/admin');
define('ADMIN_URL''http://192.168.1.12/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.cs.interbusiness.it');

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

?>


mah.. così funziona.

davvero.. nn ricordo cosa ho cambiato... se mi viene in mente lo scriverò.
« Last Edit: May 11, 2007, 01:42:50 PM by cagnaluia » 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!