Aller au contenu
Invision Board France
  • 0

Bug installation IPBWI


Fristing

Question

Salut tous le monde,

J'essaye d'installer ipbwi mais je ne comprend pas pk sa bug. Quelqu'un peut m'aider?

Fichier de configuration :

<?php
	/**
	 * @desc			Please edit this configuration file to get your ipbwi installation work.
	 * @author			Matthias Reuter
	 * @package			IPBWI
	 * @copyright		2007-2013 Matthias Reuter
	 * @license			http://www.gnu.org/licenses/gpl-3.0.html GNU General Public License
	 * @since			2.0
	 * @link			http://ipbwi.com
	 * @ignore
	 */

	/**
	 * The full qualified filesystem path to the folder of your IPB installation.
	 * You must add a trailing slash.
	 *
	 * Example path: '/home/public_html/community/forums/'
	 */
	if(!defined('ipbwi_BOARD_PATH')){
		define('ipbwi_BOARD_PATH','http://forum.sevenup-gaming.com/');
	}
	
	/**
	 * The full qualified filesystem path to the folder of your IPB Admin directory.
	 * You must add a trailing slash.
	 *
	 * Example path: '/home/public_html/community/forums/admin/'
	 */
	if(!defined('ipbwi_BOARD_ADMIN_PATH')){
		define('ipbwi_BOARD_ADMIN_PATH',ipbwi_BOARD_PATH.'admin/');
	}

	/**
	 * The full qualified filesystem path to the folder of your IPBWI installation.
	 * You must add a trailing slash.
	 *
	 * Example path: '/home/public_html/website/ipbwi/'
	 */
	if(!defined('ipbwi_ROOT_PATH')){
		define('ipbwi_ROOT_PATH','C:/wamp/www/doc/ipbwi/');
	}

	/**
	 * The base-URL of your website. This is needed to get the live-examples viewed properly.
	 * You must add a trailing slash.
	 *
	 * Example url: 'http://ipbwi.com/examples/'
	 */
	if(!defined('ipbwi_WEB_URL')){
		define('ipbwi_WEB_URL','');
	}

	/**
	 * Make login possible on a different domain as the domain where the board is installed.
	 *
	 * If not set, the board's cookie domain will be used.
	 * Do not touch this setting, if you don't know how to use it.
	 *
	 * Please insert a dot before the domain.
	 * Example: .domain.com
	 * Example for subdomain: .site.domain.com
	 */
	if(!defined('ipbwi_COOKIE_DOMAIN')){
		define('ipbwi_COOKIE_DOMAIN','');
	}

	/**
	 * If you want to define another prefix for ipbwi-tables in your board's database,
	 * you are able to define it here.
	 */
	if(!defined('ipbwi_DB_prefix')){
		define('ipbwi_DB_prefix','ipbwi_');
	}

	/**
	 * The Default IPBWI Language Pack.
	 *
	 * Language packs should be named XX.inc.php where 'XX' is the
	 * language and be situated in the lib/lang/ folder.
	 * By default, this uses the "en" (English) language pack.
	 */
	if(!defined('ipbwi_LANG')){
		define('ipbwi_LANG','en');
	}

	/**
	 * Set a forced encoding.
	 * 
	 * If you set a encoding here this encoding will be forced instead
	 * of the encoding that is given in the language pack you use.
	 * By default false
	 * e.g. give value like 'ISO-8859-1'
	 */
	
	if(!defined('ipbwi_OVERWRITE_ENCODING')){
		define('ipbwi_OVERWRITE_ENCODING', false);
	}
	 
	 /**
	  * Set a forced localisation.
	  * 
	  * If you set a localisation here this localisation will be forced
	  * instead of the localisation given in the language pack you use.
	  * By default false
	  * e.g. give value like 'de_DE'
	  * More informations: http://php.net/setlocale
	  */

	if(!defined('ipbwi_OVERWRITE_LOCAL')){
		define('ipbwi_OVERWRITE_LOCAL', false);
	}

	/**
	 * The IPBWI captcha mode.
	 *
	 * Choose between 'gd' for forcing a GD based captcha, 'recaptcha' for using reCaptcha.
	 * Otherwise you can choose 'auto', this will take the method that is configured in
	 * your IP.Board.
	 */
	if(!defined('ipbwi_CAPTCHA_MODE')){
		define('ipbwi_CAPTCHA_MODE','auto');
	}

	/**
	 * The IPBWI captcha query-mode.
	 *
	 * Choose between 'fopen' (default) and curl based recaptcha query-mode
	 */
	if(!defined('ipbwi_CAPTCHA_AUTH_MODE')){
		define('ipbwi_CAPTCHA_AUTH_MODE','fopen');
	}
	
	/**
	 * Set on 'true' if you use the IPBWI in your IPB installation, otherwise 'false'
	 */
	 
	 if(!defined('ipbwi_IN_IPB')){
	 	define('ipbwi_IN_IPB', false);	
	 }
?>

Le résultat de la page d'index (dossier example)

( ! ) Deprecated: Function eregi() is deprecated in C:\wamp\www\doc\examples\lib\php\includes.inc.php on line 21
Call Stack
#	Time	Memory	Function	Location
1	0.0010	266800	{main}( )	..\index.php:0
2	0.0040	472624	require_once( 'C:\wamp\www\doc\examples\lib\php\includes.inc.php' )	..\index.php:28

( ! ) Fatal error: Call to a member function isLoggedIn() on a non-object in C:\wamp\www\doc\examples\lib\php\header.inc.php on line 66
Call Stack
#	Time	Memory	Function	Location
1	0.0010	266800	{main}( )	..\index.php:0
2	0.0040	472624	require_once( 'C:\wamp\www\doc\examples\lib\php\includes.inc.php' )	..\index.php:28
3	0.0050	491088	include( 'C:\wamp\www\doc\examples\lib\php\header.inc.php' )	..\includes.inc.php:96

Pk sa fonctionne pas ?

Merci d'avance

Fristing

Lien vers le commentaire
Partager sur d’autres sites

6 réponses à cette question

Messages recommandés

  • 0
  • Administration

Bonjour,

 

Votre demande de support ne pourra être traitée si vous ne fournissez pas un minimum d'informations comme la version, l'hébergeur, l'adresse, les mods installées etc...

 

Voici un exemple :

 

URL de vos forums : http://forums.invisionboard.fr/

Version : IP.Board 2.3

Hébergeur : Celeonet

Version de PHP : 5.2.6

Safe mode PHP : Non

Version de MySQL : 5.0.67

Les mods : Non

Skins : Le standard

 

Des champs de votre profil membre sont dédiés à ces informations, merci de les compléter, cela vous évitera de devoir donner ces informations à chaque sujet.

Ces informations sont privées et ne sont consultables que par les membres de notre équipe technique.

 

Ceci est une réponse automatique :)

Lien vers le commentaire
Partager sur d’autres sites

  • 0
  • Administration

Je n'ai jamais utilisé IPBWI... donc je ne connais pas trop la procédure d'installation et d'utilisation.

 

Mais vérifie ton fichier de configuration. Il me semble qu'il manque des données non ? Et qu'il y a d'autres données incorrectes.

 

Tu l'installes en local ou sur ton forum de production ? ?

 

Ici tu indiques l'url de ton site alors que plus bas tu configures sur des adresses locales...

Example path: '/home/public_html/community/forums/'
	 */
	if(!defined('ipbwi_BOARD_PATH')){
		define('ipbwi_BOARD_PATH','http://forum.sevenup-gaming.com/')

 

On te demande le chemin et tu mets l'URL

Example path: '/home/public_html/community/forums/'
	 */
	if(!defined('ipbwi_BOARD_PATH')){
		define('ipbwi_BOARD_PATH','http://forum.sevenup-gaming.com/');

Idem, tu mets pas le chemin complet

* Example path: '/home/public_html/community/forums/admin/'
	 */
	if(!defined('ipbwi_BOARD_ADMIN_PATH')){
		define('ipbwi_BOARD_ADMIN_PATH',ipbwi_BOARD_PATH.'admin/')

Ici tu indiques l'adresse d'un forum en local... alors que plus haut tu indiquais l'URL de ton site

Example path: '/home/public_html/website/ipbwi/'
	 */
	if(!defined('ipbwi_ROOT_PATH')){
		define('ipbwi_ROOT_PATH','C:/wamp/www/doc/ipbwi/');

On te demande l'URL et ut n'indiques rien

Example url: 'http://ipbwi.com/examples/'
	 */
	if(!defined('ipbwi_WEB_URL')){
		define('ipbwi_WEB_URL','');
Lien vers le commentaire
Partager sur d’autres sites

  • 0

Le problème est que le site et le forum est sur deux serveur différent

=> Le forums => sur forum.sevenup-gaming.com

=> Le site sur un autre serveur pour l'instant je travail en local mais sera sur un autre serveur*

Lien vers le commentaire
Partager sur d’autres sites

  • 0
  • Administration

A vérifier si IPBWI autorise que les 2 installations ne soient pas sur le même serveur

 

Mais il reste quand même qu'à certains endroits, tu as rempli des URLs au lieu des chemins d'accès

* Example path: '/home/public_html/community/forums/'
	 */
	if(!defined('ipbwi_BOARD_PATH')){
		define('ipbwi_BOARD_PATH','http://forum.sevenup-gaming.com/');
Lien vers le commentaire
Partager sur d’autres sites

Rejoindre la conversation

Vous pouvez publier maintenant et vous inscrire plus tard. Si vous avez un compte, connectez-vous maintenant pour publier avec votre compte.

Invité
Répondre à cette question…

×   Collé en tant que texte enrichi.   Coller en tant que texte brut à la place

  Seulement 75 émoticônes maximum sont autorisées.

×   Votre lien a été automatiquement intégré.   Afficher plutôt comme un lien

×   Votre contenu précédent a été rétabli.   Vider l’éditeur

×   Vous ne pouvez pas directement coller des images. Envoyez-les depuis votre ordinateur ou insérez-les depuis une URL.

Chargement
×
×
  • Créer...

Information importante

En utilisant ce site, vous êtes d’accords avec nos Conditions d’utilisation. Nous avons placé des cookies sur votre appareil pour aider à améliorer ce site. Vous pouvez choisir d’ajuster vos paramètres de cookies, sinon nous supposerons que vous êtes d’accord pour continuer.