catogorie hierachy: wat foutjes!

Hulp nodig bij een modificaties of op zoek naar een MOD? Bekijk ons archief. Support wordt helaas niet meer verleend.
Forumregels

Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
phpBB2.0.x
Gebruikersavatar
mattle
Berichten: 848
Lid geworden op: 05 mar 2005, 07:40
Locatie: Doetinchem
Contacteer:

catogorie hierachy: wat foutjes!

Bericht door mattle » 15 jan 2006, 15:03

Support template:
  • Wat is het probleem? ik krijg een paar foutjes als ik naar mijn forum ga
    Wanneer ontstond het probleem? net
    Adres van je forum: http://fora.mattle.be (je wordt doorverbonden)
    Geïnstalleerde mods: heel wat.
    Huidige template: deels subSilver en deel mattle fora's
    phpBB versie: 2.0.19
    Host: sity.nl
    Heb je onlangs een mod of stijl geïnstalleerd? ja, de Ch mod versie 2.0.5 als ik het niet vergis!
    Heb je gezocht naar een antwoord?
ja, niks gevonden!
Overige opmerkingen: dit zijn de fouten:
Notice: Undefined variable: type in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/auth.php on line 82

Notice: Undefined variable: forum_id in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/auth.php on line 158

Fatal error: Call to a member function on a non-object in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/auth.php on line 163

en dit is het stukje van auth.php:
(van line 80 tot line 166)

Code: Selecteer alles

	switch( $type )
	{
		case AUTH_ALL:
			$a_sql = 'a.auth_view, a.auth_read, a.auth_post, a.auth_reply, a.auth_edit, a.auth_delete, a.auth_sticky, a.auth_announce, a.auth_vote, a.auth_pollcreate, a.auth_ban, a.auth_greencard, a.auth_bluecard';
			$auth_fields = array('auth_view', 'auth_read', 'auth_post', 'auth_reply', 'auth_edit', 'auth_delete', 'auth_sticky', 'auth_announce', 'auth_vote', 'auth_pollcreate', 'auth_ban', 'auth_greencard', 'auth_bluecard');
			break;

		case AUTH_VIEW:
			$a_sql = 'a.auth_view';
			$auth_fields = array('auth_view');
			break;

		case AUTH_READ:
			$a_sql = 'a.auth_read';
			$auth_fields = array('auth_read');
			break;
		case AUTH_POST:
			$a_sql = 'a.auth_post';
			$auth_fields = array('auth_post');
			break;
		case AUTH_REPLY:
			$a_sql = 'a.auth_reply';
			$auth_fields = array('auth_reply');
			break;
		case AUTH_EDIT:
			$a_sql = 'a.auth_edit';
			$auth_fields = array('auth_edit');
			break;
		case AUTH_DELETE:
			$a_sql = 'a.auth_delete';
			$auth_fields = array('auth_delete');
			break;

		case AUTH_ANNOUNCE:
			$a_sql = 'a.auth_announce';
			$auth_fields = array('auth_announce');
			break;
		case AUTH_STICKY:
			$a_sql = 'a.auth_sticky';
			$auth_fields = array('auth_sticky');
			break;

		case AUTH_POLLCREATE:
			$a_sql = 'a.auth_pollcreate';
			$auth_fields = array('auth_pollcreate');
			break;
		case AUTH_VOTE:
			$a_sql = 'a.auth_vote';
			$auth_fields = array('auth_vote');
			break;
		case AUTH_ATTACH:
			break;

case AUTH_BAN: 
   $a_sql = 'a.auth_ban'; 
   $auth_fields = array('auth_ban'); 
   break;
 
case AUTH_GREENCARD: 
   $a_sql = 'a.auth_greencard'; 
   $auth_fields = array('auth_greencard'); 
   break;

case AUTH_BLUECARD: 
   $a_sql = 'a.auth_bluecard'; 
   $auth_fields = array('auth_bluecard'); 
   break; 

		default:
			break;
	}

	//
	// If f_access has been passed, or auth is needed to return an array of forums
	// then we need to pull the auth information on the given forum (or all forums)
	//
	if ( empty($f_access) )
	{
		$forum_match_sql = ( $forum_id != AUTH_LIST_ALL ) ? "WHERE a.forum_id = $forum_id" : '';

		$sql = "SELECT a.forum_id, $a_sql
			FROM " . FORUMS_TABLE . " a
			$forum_match_sql";
		if ( !($result = $db->sql_query($sql)) )
		{
			message_die(GENERAL_ERROR, 'Failed obtaining forum access control lists', '', __LINE__, __FILE__, $sql);
		}
help A.U.B.

alvast bedankt!

mattle

Gebruikersavatar
mattle
Berichten: 848
Lid geworden op: 05 mar 2005, 07:40
Locatie: Doetinchem
Contacteer:

Bericht door mattle » 15 jan 2006, 16:55

niemand?
ik heb er een beetje haast bij :(

Nymphy
Berichten: 1504
Lid geworden op: 28 mar 2003, 18:00
Locatie: Grevenbicht

Bericht door Nymphy » 15 jan 2006, 18:13

dan moet je alsnog 24 uur wachten voor te kicken :)


anyway van die mod heb ik dus echt toaal geen verstand :s

Gebruikersavatar
YoKev
Berichten: 488
Lid geworden op: 04 jan 2006, 14:59
Locatie: Katwijk aan Zee (ZH)
Contacteer:

Bericht door YoKev » 15 jan 2006, 23:08

Heb je in die file wat aangepast?
Wijziging: Dit is euh.. mijn siggy!

Gebruikersavatar
mattle
Berichten: 848
Lid geworden op: 05 mar 2005, 07:40
Locatie: Doetinchem
Contacteer:

Bericht door mattle » 18 jan 2006, 19:30

ja, moest van die install :?

TWEagle
Berichten: 782
Lid geworden op: 18 nov 2005, 19:45
Locatie: Peer
Contacteer:

Bericht door TWEagle » 18 jan 2006, 20:03

heb je voor de rest nog andere mods geinstalleerd?

Gebruikersavatar
YoKev
Berichten: 488
Lid geworden op: 04 jan 2006, 14:59
Locatie: Katwijk aan Zee (ZH)
Contacteer:

Bericht door YoKev » 18 jan 2006, 20:32

ff nopnieuw doen dan, en nu goed.. ;)
Wijziging: Dit is euh.. mijn siggy!

Gebruikersavatar
mattle
Berichten: 848
Lid geworden op: 05 mar 2005, 07:40
Locatie: Doetinchem
Contacteer:

Bericht door mattle » 19 jan 2006, 16:05

dan ben ik 2uur weer mee bezig!!! :cry:
kan echt niemand me helpen?

Gebruikersavatar
Paul
Beheerder
Beheerder
Berichten: 20316
Lid geworden op: 23 okt 2003, 11:38
Locatie: Utrecht
Contacteer:

Bericht door Paul » 19 jan 2006, 16:15

Die ene file doe je toch volgens mij echt geen2 uur over hoor ;)

mac-rolec
Berichten: 344
Lid geworden op: 16 jun 2005, 10:39
Contacteer:

Bericht door mac-rolec » 19 jan 2006, 17:10

Je kan toch ook een forum downloaden waar CH al is voorgeinstalleerd?

Gebruikersavatar
mattle
Berichten: 848
Lid geworden op: 05 mar 2005, 07:40
Locatie: Doetinchem
Contacteer:

Bericht door mattle » 19 jan 2006, 17:11

paulus schreef:Die ene file doe je toch volgens mij echt geen2 uur over hoor ;)
ik dacht dat ie over die hele mod had

LoYaL
Berichten: 754
Lid geworden op: 15 okt 2004, 19:20
Contacteer:

Bericht door LoYaL » 19 jan 2006, 17:48

mattle schreef:
paulus schreef:Die ene file doe je toch volgens mij echt geen2 uur over hoor ;)
ik dacht dat ie over die hele mod had
Kan wel als hij de codes handmatig zoekt :roll: :P
http://www.rappersonline - voor al je online rapmovies + downloads !

Gebruikersavatar
mattle
Berichten: 848
Lid geworden op: 05 mar 2005, 07:40
Locatie: Doetinchem
Contacteer:

Bericht door mattle » 21 jan 2006, 15:34

het houd maar niet op met **** error's :cry: :cry: :cry:

Code: Selecteer alles

Notice: Undefined index: hide in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_mods_settings.php on line 130

Notice: Undefined index: hide in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_mods_settings.php on line 130

Notice: Undefined index: hide in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_mods_settings.php on line 130

Notice: Undefined index: hide in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_mods_settings.php on line 130

Notice: Undefined index: hide in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_mods_settings.php on line 130

Notice: Undefined index: hide in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_mods_settings.php on line 130

Notice: Undefined variable: forums in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_cache.php on line 440

Notice: Undefined index: Root in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_cache.php on line 348

Notice: Undefined index: data in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_cache.php on line 376

Notice: Undefined index: c1 in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_cache.php on line 359

Notice: Undefined index: f1 in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_cache.php on line 348

Notice: Undefined index: f1 in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_cache.php on line 359

Notice: Undefined index: data in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_cache.php on line 374

Notice: Undefined index: f11 in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_cache.php on line 348

Notice: Undefined index: f11 in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_cache.php on line 359

Notice: Undefined index: data in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_cache.php on line 374

Notice: Undefined index: f7 in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_cache.php on line 348

Notice: Undefined index: f7 in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_cache.php on line 359

Notice: Undefined index: data in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_cache.php on line 374

Notice: Undefined index: f8 in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_cache.php on line 348

Notice: Undefined index: f8 in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_cache.php on line 359

Notice: Undefined index: data in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_cache.php on line 374

Notice: Undefined index: f9 in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_cache.php on line 348

Notice: Undefined index: f9 in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_cache.php on line 359

Notice: Undefined index: data in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_cache.php on line 374

Notice: Undefined index: c2 in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_cache.php on line 359

Notice: Undefined index: f2 in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_cache.php on line 348

Notice: Undefined index: f2 in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_cache.php on line 359

Notice: Undefined index: data in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_cache.php on line 374

Notice: Undefined index: f3 in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_cache.php on line 348

Notice: Undefined index: f3 in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_cache.php on line 359

Notice: Undefined index: data in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_cache.php on line 374

Notice: Undefined index: f4 in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_cache.php on line 348

Notice: Undefined index: f4 in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_cache.php on line 359

Notice: Undefined index: data in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_cache.php on line 374

Notice: Undefined index: f15 in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_cache.php on line 348

Notice: Undefined index: f15 in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_cache.php on line 359

Notice: Undefined index: data in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_cache.php on line 374

Notice: Undefined index: c5 in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_cache.php on line 359

Notice: Undefined index: f12 in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_cache.php on line 348

Notice: Undefined index: f12 in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_cache.php on line 359

Notice: Undefined index: data in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_cache.php on line 374

Notice: Undefined index: f13 in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_cache.php on line 348

Notice: Undefined index: f13 in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_cache.php on line 359

Notice: Undefined index: data in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_cache.php on line 374

Notice: Undefined index: f14 in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_cache.php on line 348

Notice: Undefined index: f14 in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_cache.php on line 359

Notice: Undefined index: data in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_cache.php on line 374

Notice: Undefined index: c4 in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_cache.php on line 359

Notice: Undefined index: f10 in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_cache.php on line 348

Notice: Undefined index: f10 in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_cache.php on line 359

Notice: Undefined index: data in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_cache.php on line 374

Notice: Undefined index: c3 in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_cache.php on line 359

Notice: Undefined index: f5 in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_cache.php on line 348

Notice: Undefined index: f5 in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_cache.php on line 359

Notice: Undefined index: data in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_cache.php on line 374

Notice: Undefined index: f6 in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_cache.php on line 348

Notice: Undefined index: f6 in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_cache.php on line 359

Notice: Undefined index: data in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_cache.php on line 374

Notice: Undefined index: group_name in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_cache.php on line 307

Notice: Undefined index: username in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_cache.php on line 302

Notice: Undefined index: username in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_cache.php on line 302

Notice: Undefined index: username in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_cache.php on line 302

Notice: Undefined index: username in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_cache.php on line 302

Notice: Undefined index: username in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_cache.php on line 302

Notice: Undefined index: c3 in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_categories_hierarchy.php on line 338

Notice: Undefined index: topic_last_post_id in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_categories_hierarchy.php on line 418

Notice: Undefined index: post_time in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_categories_hierarchy.php on line 419

Notice: Undefined index: user_id in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_categories_hierarchy.php on line 420

Notice: Undefined index: user_id in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_categories_hierarchy.php on line 421

Notice: Undefined index: username in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_categories_hierarchy.php on line 421

Notice: Undefined index: topic_title in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_categories_hierarchy.php on line 422

Notice: Undefined index: forum_posts in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_categories_hierarchy.php on line 384

Notice: Undefined index: forum_topics in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_categories_hierarchy.php on line 385

Notice: Undefined index: c4 in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_categories_hierarchy.php on line 338

Notice: Undefined index: forum_posts in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_categories_hierarchy.php on line 384

Notice: Undefined index: forum_topics in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_categories_hierarchy.php on line 385

Notice: Undefined index: c5 in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_categories_hierarchy.php on line 338

Notice: Undefined index: topic_last_post_id in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_categories_hierarchy.php on line 418

Notice: Undefined index: post_time in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_categories_hierarchy.php on line 419

Notice: Undefined index: user_id in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_categories_hierarchy.php on line 420

Notice: Undefined index: user_id in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_categories_hierarchy.php on line 421

Notice: Undefined index: username in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_categories_hierarchy.php on line 421

Notice: Undefined index: topic_title in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_categories_hierarchy.php on line 422

Notice: Undefined index: forum_posts in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_categories_hierarchy.php on line 384

Notice: Undefined index: forum_topics in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_categories_hierarchy.php on line 385

Notice: Undefined index: c2 in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_categories_hierarchy.php on line 338

Notice: Undefined index: topic_last_post_id in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_categories_hierarchy.php on line 418

Notice: Undefined index: post_time in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_categories_hierarchy.php on line 419

Notice: Undefined index: user_id in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_categories_hierarchy.php on line 420

Notice: Undefined index: user_id in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_categories_hierarchy.php on line 421

Notice: Undefined index: username in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_categories_hierarchy.php on line 421

Notice: Undefined index: topic_title in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_categories_hierarchy.php on line 422

Notice: Undefined index: topic_last_post_id in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_categories_hierarchy.php on line 418

Notice: Undefined index: post_time in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_categories_hierarchy.php on line 419

Notice: Undefined index: user_id in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_categories_hierarchy.php on line 420

Notice: Undefined index: user_id in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_categories_hierarchy.php on line 421

Notice: Undefined index: username in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_categories_hierarchy.php on line 421

Notice: Undefined index: topic_title in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_categories_hierarchy.php on line 422

Notice: Undefined index: forum_posts in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_categories_hierarchy.php on line 384

Notice: Undefined index: forum_topics in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_categories_hierarchy.php on line 385

Notice: Undefined index: c1 in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_categories_hierarchy.php on line 338

Notice: Undefined index: tree.post_time in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_categories_hierarchy.php on line 430

Notice: Undefined index: forum_posts in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_categories_hierarchy.php on line 384

Notice: Undefined index: forum_topics in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/functions_categories_hierarchy.php on line 385

Parse error: parse error, unexpected T_STRING, expecting ')' in /usr/home/mattle/domains/mattle.be/public_html/fora/forum/includes/def_themes.php on line 38

Gebruikersavatar
mattle
Berichten: 848
Lid geworden op: 05 mar 2005, 07:40
Locatie: Doetinchem
Contacteer:

Bericht door mattle » 22 jan 2006, 07:57

niemand? <bump>

Gebruikersavatar
Paul
Beheerder
Beheerder
Berichten: 20316
Lid geworden op: 23 okt 2003, 11:38
Locatie: Utrecht
Contacteer:

Bericht door Paul » 22 jan 2006, 18:42

loop def_themes.php nog eens na :roll:

Gebruikersavatar
Lady Elensar
Berichten: 592
Lid geworden op: 17 okt 2005, 00:48

Bericht door Lady Elensar » 24 jan 2006, 14:42

Heb je je probleem al opgelost? Als dat niet zo is, mag je anders wel van mij wat bestanden gekopieerd hebben.. ik weet niet of dat nut heeft, maar de errors die je laat zien zitten allemaal in de inludes map. Nou weet ik ook niet of het hem dan in die map zit, maar je mag ze wel van me hebben. :) (sorry, maar ik weet ook niet anders het antwoord op deze vraag, wat het kan zijn :oops:)

Welke versie heb je? De laatste? Dat is 2.1.4, en ik heb die met 2.0.19 van phpBB.

TWEagle
Berichten: 782
Lid geworden op: 18 nov 2005, 19:45
Locatie: Peer
Contacteer:

Bericht door TWEagle » 24 jan 2006, 14:48

dat had ik ook al voorgesteld via PM

ma hij heeft nog neit geantwoord

Gebruikersavatar
Lady Elensar
Berichten: 592
Lid geworden op: 17 okt 2005, 00:48

Bericht door Lady Elensar » 24 jan 2006, 15:02

Hm.. Dan niet hè. :?

Maar ik zie net dat hij 2.0.4 geinstalleerd heeft, dus ik kan hem sowieso al niet helpen dan (denk ik). In ieder geval niet met het kopieren van bestanden.

Sorry :oops:

TWEagle
Berichten: 782
Lid geworden op: 18 nov 2005, 19:45
Locatie: Peer
Contacteer:

Bericht door TWEagle » 24 jan 2006, 15:06

ik ben me nu een fully modded versie aant proberen te maken

met 30 of 40 mods erin

Gebruikersavatar
mattle
Berichten: 848
Lid geworden op: 05 mar 2005, 07:40
Locatie: Doetinchem
Contacteer:

Bericht door mattle » 25 jan 2006, 10:14

the_white_eagle: ik denk niet dat gaat helpen, ik heb nog wat andere mod's die anders niet goed gaan lopen :(

paulus: wat bedoel je met loop def_thems.php nog eens na?

Gesloten