• Regolamento Macrocategoria DEV
    Prima di aprire un topic nella Macrocategoria DEV, è bene leggerne il suo regolamento. Sei un'azienda o un hosting/provider? Qui sono anche contenute informazioni per collaborare con Sciax2 ed ottenere l'accredito nella nostra community!

Vitty95

Utente Mitico
Autore del topic
User Legend
13 Ottobre 2006
6.554
78
Miglior risposta
0
Guida all'installazione di PHPBB3

[1] Requisiti d'installazione:

* Un Database MySQL (lo offrirà un hosting se provvisto.)
* Supporto PHP

[2] Installazione:

- 1) Scaricare il pacchetto di PHPBB3 da
Perfavore, Entra oppure Registrati per vedere i Link!
.

- 2) Scompattarlo nel vostro computer.

- 3) Avviate FileZilla (se non lo avete, scaricatevelo da
Perfavore, Entra oppure Registrati per vedere i Link!
).

- 4) Andate su File -> Site Manager; Cliccate su Nuovo sito e inserite i seguenti dati:
- Host: Potrete trovare questa informazione nelle FAQ dei vostri hosting, per esempio per altervista è tuosito.altervista.org mentre per netsons è tuosito.netsons.org.
- Porta: Potrete tranquillamente rimanere la porta 21.
- Utente: Per la maggior parte delle volte, questo campo è il nome del account, quindi non tuosito.altervista.org ma semplicemente tuosito. Alcune volte, i nomi utente cambiano, a seconda degli hosting (tipo netsons come nome utente ha tuosito@netsons.org).
- Password: La vostra password d'accesso.

- 5) Fatto questo, premete su Connetti, e vedrete che si inizieranno a caricare file e cartelle presenti nel vostro spazio web nella finestrella di destra.

- 6) Riprendiamo i file del PHPBB3 e hostiamoli sul nostro spazio web, selezionando tutti i files, e trascinandoli nella finestrella di destra.

- 7) FileZilla inizierà a caricare i file sul vostro spazio web. Una volta finito questo processo (la finestrella in basso alla fine del processo tornerà vuota).

- 8) Accedete, attraverso il vostro browser, alla pagina
Perfavore, Entra oppure Registrati per vedere i Link!
(se avete inserito i files del PHPBB3 in una cartella allora sarà: tuosito.it/nomecartella/install/index.php) e, prima di iniziare l'installazione, diamo i permessi 666 ad alcuni file: Clicchiamo col destro sul file config.php, premere "Attributi File ..." e in "Valore Numerico" digitare 666. Facciamo lo stesso procedimento alla cartelle store, cache, files e images/avatars/upload. Invece di inserire in "Valore Numerico" però, a quest'ultimi inseriamo 777.

- 9) Iniziamo, dunque, l'installazione Guidata:
6o2tkz7.jpg
Cliccare su "Install" e poi su "Proceed to next step". Arrivati alla pagina Requirements, cliccare "Start install".

- 10) La prima cosa da configurare nell'installazione sarà il Database MySQL:
Configurate in questo modo:
La maggior parte di queste informazioni le trovato nelle FAQ o nel pannello utente, su altervista lo si può trovare in risorse e upgrades.

Database server hostname or DSN: Altervista usa localhost, netsons mysql4.netsons.org.
Database server port: Qui potrete rimanere bianco.
Database name: il nome del vostro database, per esempio per altervista è my_nomesito.
Database username: username dell'account nel servizio hosting.
Database password: password dell'account nel servizio hosting.
Prefix for tables in database: rimanere phpbb_
Procedere con l'installazione. Nella pagina successiva vi dovrebbe dare la conferma della creazione delel tabelle nel database, se avrete tutto configurato bene.

- 11) Nella pagina seguente, dovrete impostare il nome dell'amministratore, la password e le e-mail.

- 12) Procedete fino alla pagina Advance Settings, e, in fondo alla pagina, su Script path e cambiare phpbb3 (non eliminare lo slash) se avete hostato la cartella del phphBB3 con un nome diverso. Mentre se avete inserito i file direttamente nella cartella principale del vostro spazio web, rimanete solo lo slash.

- 13) Continuare fino alla fine dell'installazione. Se andrà tutto bene, potrete effettuare il login da amministrazione, il forum lo troverete all'indirizzo della cartella principale del phpBB3.

- 14) Per ragioni di sicurezza, eliminate la cartella install e rimettete i permessi 664 al file config.php.

Buona Lavoro! :emoji_smiley:

Aggiornamento

Questa è la versione italiana del phpBB3:
Perfavore, Entra oppure Registrati per vedere i Link!
 
Ultima modifica:
ecco che mi dice quando sono create database tables:
A fatal and unrecoverable database error has occurred. This may be because the specified user does not have appropriate permissions to CREATE TABLES or INSERT data, etc. Further information may be given below. Please contact your hosting provider in the first instance or the support forums of phpBB for further assistance.

install_install.php [ 1167 ]

SQL : CREATE TABLE phpbb_attachments ( attach_id mediumint(8) UNSIGNED NOT NULL auto_increment, post_msg_id mediumint(8) UNSIGNED DEFAULT '0' NOT NULL, topic_id mediumint(8) UNSIGNED DEFAULT '0' NOT NULL, in_message tinyint(1) UNSIGNED DEFAULT '0' NOT NULL, poster_id mediumint(8) UNSIGNED DEFAULT '0' NOT NULL, is_orphan tinyint(1) UNSIGNED DEFAULT '1' NOT NULL, physical_filename varchar(255) DEFAULT '' NOT NULL, real_filename varchar(255) DEFAULT '' NOT NULL, download_count mediumint(8) UNSIGNED DEFAULT '0' NOT NULL, attach_comment text NOT NULL, extension varchar(100) DEFAULT '' NOT NULL, mimetype varchar(100) DEFAULT '' NOT NULL, filesize int(20) UNSIGNED DEFAULT '0' NOT NULL, filetime int(11) UNSIGNED DEFAULT '0' NOT NULL, thumbnail tinyint(1) UNSIGNED DEFAULT '0' NOT NULL, PRIMARY KEY (attach_id), KEY filetime (filetime), KEY post_msg_id (post_msg_id), KEY topic_id (topic_id), KEY poster_id (poster_id), KEY is_orphan (is_orphan) ) CHARACTER SET `utf8` COLLATE `utf8_bin`

User 'exhotel' has exceeded the 'max_questions' resource (current value: 300)
 
Fatal installation error
Fatal installation error

index.php [ 396 ]

Module "" not accessible.




a me da questo errore ke devo fare???
 
SCUSATE IL SECONDO MESSAGGIO MA XK MI DA QUESTO ERRORE?>???????????

A fatal and unrecoverable database error has occurred. This may be because the specified user does not have appropriate permissions to CREATE TABLES or INSERT data, etc. Further information may be given below. Please contact your hosting provider in the first instance or the support forums of phpBB for further assistance.

install_install.php [ 1167 ]

SQL : CREATE TABLE phpbb_attachments ( attach_id mediumint(8) UNSIGNED NOT NULL auto_increment, post_msg_id mediumint(8) UNSIGNED DEFAULT '0' NOT NULL, topic_id mediumint(8) UNSIGNED DEFAULT '0' NOT NULL, in_message tinyint(1) UNSIGNED DEFAULT '0' NOT NULL, poster_id mediumint(8) UNSIGNED DEFAULT '0' NOT NULL, is_orphan tinyint(1) UNSIGNED DEFAULT '1' NOT NULL, physical_filename varchar(255) DEFAULT '' NOT NULL, real_filename varchar(255) DEFAULT '' NOT NULL, download_count mediumint(8) UNSIGNED DEFAULT '0' NOT NULL, attach_comment text NOT NULL, extension varchar(100) DEFAULT '' NOT NULL, mimetype varchar(100) DEFAULT '' NOT NULL, filesize int(20) UNSIGNED DEFAULT '0' NOT NULL, filetime int(11) UNSIGNED DEFAULT '0' NOT NULL, thumbnail tinyint(1) UNSIGNED DEFAULT '0' NOT NULL, PRIMARY KEY (attach_id), KEY filetime (filetime), KEY post_msg_id (post_msg_id), KEY topic_id (topic_id), KEY poster_id (poster_id), KEY is_orphan (is_orphan) ) CHARACTER SET `utf8` COLLATE `utf8_bin`

Comando CREATE negato per l'utente: 'lucair'@'192.168.1.191' sulla tabella 'phpbb_attachments'
 
SCUSATE IL SECONDO MESSAGGIO MA XK MI DA QUESTO ERRORE?>???????????

A fatal and unrecoverable database error has occurred. This may be because the specified user does not have appropriate permissions to CREATE TABLES or INSERT data, etc. Further information may be given below. Please contact your hosting provider in the first instance or the support forums of phpBB for further assistance.

install_install.php [ 1167 ]

SQL : CREATE TABLE phpbb_attachments ( attach_id mediumint(8) UNSIGNED NOT NULL auto_increment, post_msg_id mediumint(8) UNSIGNED DEFAULT '0' NOT NULL, topic_id mediumint(8) UNSIGNED DEFAULT '0' NOT NULL, in_message tinyint(1) UNSIGNED DEFAULT '0' NOT NULL, poster_id mediumint(8) UNSIGNED DEFAULT '0' NOT NULL, is_orphan tinyint(1) UNSIGNED DEFAULT '1' NOT NULL, physical_filename varchar(255) DEFAULT '' NOT NULL, real_filename varchar(255) DEFAULT '' NOT NULL, download_count mediumint(8) UNSIGNED DEFAULT '0' NOT NULL, attach_comment text NOT NULL, extension varchar(100) DEFAULT '' NOT NULL, mimetype varchar(100) DEFAULT '' NOT NULL, filesize int(20) UNSIGNED DEFAULT '0' NOT NULL, filetime int(11) UNSIGNED DEFAULT '0' NOT NULL, thumbnail tinyint(1) UNSIGNED DEFAULT '0' NOT NULL, PRIMARY KEY (attach_id), KEY filetime (filetime), KEY post_msg_id (post_msg_id), KEY topic_id (topic_id), KEY poster_id (poster_id), KEY is_orphan (is_orphan) ) CHARACTER SET `utf8` COLLATE `utf8_bin`

Comando CREATE negato per l'utente: 'lucair'@'192.168.1.191' sulla tabella 'phpbb_attachments'

Lo stai locando in locale con XAMP?
 
ma altervista fa tt in automatico tramite le applicazioni ho ftt tt sto bordello x nnt :emoji_smiley:
 
vitty ci sono altri host per i foum phpbb3?

Netsons, Helloweb e molti altri :emoji_relieved:

Per lo stile, si deve caricare prima la cartella contenente lo stile, poi nel pannello di amministrazione si installa e si configura come predefinito.
 
allora io ho ftt kosì:
prima di uppare tutto ho messo insieme ai altri stilys quello ke mi piake ma non mi appare quando l'ho installato
 
Anche a me non lo visualizza in quello di Altervista, peccato comunque io non lo so, interesserebbe anche a me una risposta
 
ragazzi ho visto ke quando metto la versione inglese me le visualizza e quando metto quela italiana no. dipende da questo?
ke faccio?