Risultati da 1 a 8 di 8
-
19-05-2008, 17:28 #1
- Data Registrazione
- Feb 2008
- Messaggi
- 21
Installazione vbadvanced & modifica cmps_index
Ciao a tutti!Sono due giorni che provo ad installare il vbadvanced seguo tutto e dice di eseguire il forumpath.php e copiare la scritta nella stringa del cmps_index.php:
Ecco il Forumpath.Come vedete dice membri/consolleworlds
Ecco il codice del mio cmps_index.php
Codice PHP:<?php
// ++=========================================================================++
// || vBadvanced CMPS v3.0.1 (vB 3.6 - vB 3.7) - 73118
// || © 2003-2008 vBadvanced.com - All Rights Reserved
// || This file may not be redistributed in whole or significant part.
// || http://vbadvanced.com
// || Downloaded 07:45, Sat Apr 26th 2008
// || 983073118_406918017654
// ++ ========================================================================++
error_reporting(E_ALL & ~E_NOTICE);
define('THIS_SCRIPT', 'adv_index');
define('VBA_PORTAL', true);
define('VBA_SCRIPT', 'CMPS');
// ============================================
// Enter the full path to your forum here
// Example: /home/vbadvanced/public_html/forum
// ============================================
$forumpath = 'membri/consolleworlds';
// ============================================
// No Further Editing Necessary!
// ============================================
if ($forumpath)
{
if (!is_dir($forumpath))
{
echo 'Invalid forum path specified! Please edit this file and be sure to include the correct path for your $forumpath variable.';
exit;
}
chdir($forumpath);
}
$phrasegroups = array();
$globaltemplates = array();
$actiontemplates = array();
$specialtemplates = array();
require_once('./includes/vba_cmps_include_template.php');
require_once('./global.php');
print_portal_output($home);
?>
-
12-06-2008, 17:04 #2
- Data Registrazione
- Feb 2008
- Messaggi
- 21
UP scusate ma non ho ancora risolto.Il DCOUMENT_ROOT è /var/www/html ho provato anche con /var/www/html/membri/consolleworlds e con /var/www/html/membri/consolleworlds/forum e con membri/consolleworlds/forum ma niente.Potete aiutarmi?
Da quest'errore Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /membri/consolleworlds/forum/cmps_index.php on line 21Ultima modifica di alex1994; 12-06-2008 alle 17:09
-
12-06-2008, 23:30 #3
prova a mettere anche lo slash finale al percorso completo:
/var/www/html/membri/consolleworlds/forum/Giovanni
http://www.trimelli.com/
Per favore non mandatemi PM, ma scrivete sul forum. Vi sarà risposto prima.
-
13-06-2008, 17:03 #4
- Data Registrazione
- Feb 2008
- Messaggi
- 21
Non funziona lo stesso sempre lo stesso errore
-
13-06-2008, 19:12 #5
Prova ad installarti xampp in locale, aggiungi un forum e vbadvanced, con la stessa struttura e guardi se riesci a farlo funzionare. Una volta trovato l'inghippo, trasferisci le configurazioni al server.
In locale si lavora meglio, vedraiGiovanni
http://www.trimelli.com/
Per favore non mandatemi PM, ma scrivete sul forum. Vi sarà risposto prima.
-
14-06-2008, 19:26 #6
- Data Registrazione
- Feb 2008
- Messaggi
- 21
Guarda io sono n00b completo in queste cose non è che potresti aiutarmi te?Come funziona in locale?
-
14-06-2008, 20:11 #7
- Data Registrazione
- Sep 2006
- Località
- Italia
- Messaggi
- 477
Alex ti ho sistemato tutto, vai tranquillo. Ad ogni modo il percorso giusto era questo:
Codice PHP:$forumpath = 'membri/consolleworlds/forum';
http://consolleworlds.altervista.org/Ultima modifica di Enzo; 14-06-2008 alle 20:14
-
15-06-2008, 18:52 #8
- Data Registrazione
- Feb 2008
- Messaggi
- 21
Grazie enzo sei il migliore!
Discussioni Simili
-
vBulletin 3.6.x Installazione vBadvanced
Di mpxnet nel forum VBulletin 3Risposte: 5Ultimo Messaggio: 23-04-2008, 00:49 -
vBulletin 3.6.x Problema installazione Vbadvanced
Di Der Commisar nel forum VBulletin 3Risposte: 7Ultimo Messaggio: 19-04-2007, 00:29 -
vBulletin 3.0.x vBadvanced installazione
Di vanescar nel forum VBulletin 3Risposte: 6Ultimo Messaggio: 18-09-2005, 15:50 -
vBulletin 3.0.x Installazione vBadvanced
Di DooM3 nel forum VBulletin 3Risposte: 3Ultimo Messaggio: 03-04-2005, 11:53 -
vBulletin 3.0.x Problemi con installazione vBadvanced
Di BiOS nel forum VBulletin 3Risposte: 3Ultimo Messaggio: 31-03-2005, 20:15
Segnalibri