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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.