Pagina 1 van 2

catogorie hierachy: wat foutjes!

Geplaatst: 15 jan 2006, 15:03
door mattle
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

Geplaatst: 15 jan 2006, 16:55
door mattle
niemand?
ik heb er een beetje haast bij :(

Geplaatst: 15 jan 2006, 18:13
door Nymphy
dan moet je alsnog 24 uur wachten voor te kicken :)


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

Geplaatst: 15 jan 2006, 23:08
door YoKev
Heb je in die file wat aangepast?

Geplaatst: 18 jan 2006, 19:30
door mattle
ja, moest van die install :?

Geplaatst: 18 jan 2006, 20:03
door TWEagle
heb je voor de rest nog andere mods geinstalleerd?

Geplaatst: 18 jan 2006, 20:32
door YoKev
ff nopnieuw doen dan, en nu goed.. ;)

Geplaatst: 19 jan 2006, 16:05
door mattle
dan ben ik 2uur weer mee bezig!!! :cry:
kan echt niemand me helpen?

Geplaatst: 19 jan 2006, 16:15
door Paul
Die ene file doe je toch volgens mij echt geen2 uur over hoor ;)

Geplaatst: 19 jan 2006, 17:10
door mac-rolec
Je kan toch ook een forum downloaden waar CH al is voorgeinstalleerd?

Geplaatst: 19 jan 2006, 17:11
door mattle
paulus schreef:Die ene file doe je toch volgens mij echt geen2 uur over hoor ;)
ik dacht dat ie over die hele mod had

Geplaatst: 19 jan 2006, 17:48
door LoYaL
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

Geplaatst: 21 jan 2006, 15:34
door mattle
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

Geplaatst: 22 jan 2006, 07:57
door mattle
niemand? <bump>

Geplaatst: 22 jan 2006, 18:42
door Paul
loop def_themes.php nog eens na :roll:

Geplaatst: 24 jan 2006, 14:42
door Lady Elensar
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.

Geplaatst: 24 jan 2006, 14:48
door TWEagle
dat had ik ook al voorgesteld via PM

ma hij heeft nog neit geantwoord

Geplaatst: 24 jan 2006, 15:02
door Lady Elensar
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:

Geplaatst: 24 jan 2006, 15:06
door TWEagle
ik ben me nu een fully modded versie aant proberen te maken

met 30 of 40 mods erin

Geplaatst: 25 jan 2006, 10:14
door mattle
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?