lawlw0t Posted May 26, 2010 Share Posted May 26, 2010 Hey how yall doing? This is probably an easy question to answer, but since I have no PHP knowledge () I cannot help myself. Which is why I signed up here (yay ). Anyways, I'm trying to setup a forum, and I get the following errors. Warning: ksort() expects parameter 1 to be array, boolean given in /home/a2806808/public_html/Forums/admin/sources/classes/output/publicOutput.php on line 329 Warning: Invalid argument supplied for foreach() in /home/a2806808/public_html/Forums/admin/sources/classes/output/publicOutput.php on line 332 Fatal error: Class 'skin_global_9' not found in /home/a2806808/public_html/Forums/admin/sources/classes/output/publicOutput.php on line 1345 Here are the snippets from said file, and a few lines before/after. 329 /* Avoid SQL filesort */ ksort( $skinCaches ); //329 /* Loop and build */ 332 /* Loop and build */ foreach( $skinCaches as $row ) //332 { switch( $row['cache_type'] ) and 1345 $new_skin_global_name = $this->_getSkinHooks( 'skin_global', $skin_global_name, $id ); $this->compiled_templates['skin_global'] = new $new_skin_global_name( $this->registry ); //1345 # Add to loaded templates If you need anymore information, let me know and I'll gladly post it. Quote Link to comment Share on other sites More sharing options...
kalivos Posted May 26, 2010 Share Posted May 26, 2010 You might have more luck at the Invision Power Board forums. Additionally, you can try moving this to the 3rd party PHP Applications forum. -Kalivos Quote Link to comment Share on other sites More sharing options...
lawlw0t Posted May 26, 2010 Author Share Posted May 26, 2010 Alright thanks. Quote Link to comment Share on other sites More sharing options...
lawlw0t Posted May 27, 2010 Author Share Posted May 27, 2010 Hehe...it would seem that I have lied "I cannot help myself." I can, and did ^.^ Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.