and here is the error's I'm getting from the code above;
Warning: Missing argument 7 for skin_spy_9::spyJsVars(), called in /localhost/public_html/cache/skin_cache/cacheid_9/skin_global.php on line 111 and defined in /localhost/public_html/cache/skin_cache/cacheid_9/skin_spy.php on line 276Warning: Invalid argument supplied for foreach() in /localhost/public_html/cache/skin_cache/cacheid_9/skin_global.php on line 124Warning: Cannot modify header information - headers already sent by (output started at /localhost/public_html/cache/skin_cache/cacheid_9/skin_spy.php:276) in /localhost/public_html/admin/sources/classes/output/formats/html/htmlOutput.php on line 114Warning: Cannot modify header information - headers already sent by (output started at /localhost/public_html/cache/skin_cache/cacheid_9/skin_spy.php:276) in /localhost/public_html/admin/sources/classes/output/formats/html/htmlOutput.php on line 127Warning: Cannot modify header information - headers already sent by (output started at /localhost/public_html/cache/skin_cache/cacheid_9/skin_spy.php:276) in /localhost/public_html/admin/sources/classes/output/formats/html/htmlOutput.php on line 136Warning: Cannot modify header information - headers already sent by (output started at /localhost/public_html/cache/skin_cache/cacheid_9/skin_spy.php:276) in /localhost/public_html/admin/sources/classes/output/formats/html/htmlOutput.php on line 137Warning: Cannot modify header information - headers already sent by (output started at /localhost/public_html/cache/skin_cache/cacheid_9/skin_spy.php:276) in /localhost/public_html/admin/sources/classes/output/formats/html/htmlOutput.php on line 141
Question
Skreamzja
Okay well recently I've extracted the content from the content Spy application, works all fine and what not.
but for some reason this code below;
{parse template="spyJsVars" group="spy" params="$spyPollRate, $spyRows, 'mini', $spyTimeout, $spyCurrentRows, $spyLastItem"}<script type='text/javascript' src='{$this->settings['board_url']}/public/js/ips.spy.js'></script><div id="spy_timeout" class="message insidebar" style="display:none;">{$this->lang->words['spy_timeout']}</div><ul id='spy'><foreach loop="spyMiniRowLoop:$html as $h"><li>{parse template="miniSpyRow" group="spy" params="$h"}</li></foreach></ul>and here is the error's I'm getting from the code above;
Edited by Born2BeLink to comment
Share on other sites
5 answers to this question
Recommended Posts