Topic: puntal install
Sorry? but i can't install puntal on my localhost. I install puntal on root and punBB to /forum. When I install puntal on Step 5 I give url's, press next and I am again on step1. What is wrong??
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 modifications, plugins and integrations → puntal install
Sorry? but i can't install puntal on my localhost. I install puntal on root and punBB to /forum. When I install puntal on Step 5 I give url's, press next and I am again on step1. What is wrong??
in /*puntal*/install/fetch/install_urls.php comment this :
require PUN_ROOT.'include/common.php';
like this :
Code:
//require PUN_ROOT.'include/common.php';
I have done this and got:
Le fichier "puntal_config.php" n'existe pas ou est endommag?. Veuillez lancer install.php pour installer Puntal.
puntal_config.php is as follows:
<?php
// Chemin du repertoire racine des forums
// Path of the forums root dir
define('PUN_ROOT',
'z:/home/puntal.ru/www/forum/upload/'
);
// Nom du fichier index de Puntal
// Name of the Puntal index file
define('PT_INDEX_FILE',
'index.php'
);
// Nom du repertoire admin de Puntal
// Name of the Puntal admin dir
define('PT_ADMIN_DIR',
'admin'
);
// Nom du repertoire public de Puntal
// Name of the Puntal public dir
define('PT_PUBLIC_DIR',
'public'
);
define('PT_IN_PUNTAL', 1);
?>
you did not insall punbb correctly .
you have to download to content of the upload directory ; not the upload directory itself...
PunBB Forums → PunBB 1.2 modifications, plugins and integrations → puntal install
Powered by PunBB, supported by Informer Technologies, Inc.