Jump to content

ksort() expects parameter 1


lawlw0t

Recommended Posts

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  :D).

 

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.

Link to comment
https://forums.phpfreaks.com/topic/202936-ksort-expects-parameter-1/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.