Wedge
Public area => Bug reports => The Pub => Archived fixes => Topic started by: txcas on April 22nd, 2014, 10:19 PM
-
I am getting thousands of these:
http://www.65creedmoor.com/
2: array_keys() expects parameter 1 to be array, null given
File: /home/creedmoo/public_html/gz/app/Subs-Template.php
Line: 407 Apply Filter: Only show the error messages of this URL http://www.65creedmoor.com/?topic=2008.msg17171
2: array_merge() [<a href='function.array-merge'>function.array-merge</a>]: Argument #2 is not an array
File: /home/creedmoo/public_html/gz/app/Subs-Template.php
Line: 406
-
What's in your page_replacements variable..? (print_r($settings['page_replacements']) somewhere in a template, don't forget to global $settings of course.)
Looks like the unserialize is failing, perhaps because it's set but empty.... I'll add a failsafe for that.
-
Now you speaking Chinese to me. :blush:
-
This is now fixed. Closing.