ErrorException [ Deprecated ]: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated

APPPATH/views/template/portfolio.filter.content.php [ 15 ]

10 ?>
11 <div class="containerContent containerContentCentered">
12 	<div>
13 		<div class="narrowContent titleHeader">
14 			<h2><?= $sMainTitle ?></h2>
15 			<h3><?= str_replace('-', ' ', $sTitle) ?></h3>
16 		</div>
17 	</div>
18 	<div id="allBlocks">
19 		<?
20 		foreach ($aProjects['aProjects'] as $aProject) {
  1. {PHP internal call} » Kohana_Core::error_handler(arguments)

  2. APPPATH/views/template/portfolio.filter.content.php [ 15 ] » str_replace(arguments)

  3. SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)

  4. SYSPATH/classes/Kohana/View.php [ 359 ] » Kohana_View::capture(arguments)

  5. APPPATH/classes/Controller/Page.php [ 178 ] » Kohana_View->render()

  6. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Page->action_index()

  7. {PHP internal call} » Kohana_Controller->execute()

  8. SYSPATH/classes/Kohana/Request/Client/Internal.php [ 94 ] » ReflectionMethod->invoke(arguments)

  9. SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  10. SYSPATH/classes/Kohana/Request.php [ 1000 ] » Kohana_Request_Client->execute(arguments)

  11. DOCROOT/index.php [ 86 ] » Kohana_Request->execute()

Environment