Thread: mp3submit error
View Single Post
  #5 (permalink)  
Old 08-30-2008, 11:17 AM
slick33 slick33 is offline
Casual Pligger
 
Join Date: Jul 2008
Posts: 58
Thanks: 0
Thanked 0 Times in 0 Posts
I modified submit_step2.tpl and it works fine but now getting the following error(s) at Step3 of 3

Warning: Missing argument 2 for check_actions(), called in /home/content/r/e/a/test/html/templates_c/c_a055cc33187dd5d0e5f086983b55c7a0.php on line 100 and defined in /home/content/r/e/a/test/html/modules/modules_libs.php on line 87

Note: using czNet Template

---------------------------------------------------------------------------------------------
Warning: Missing argument 2 for check_actions(), called in /home/content/r/e/a/test/html/class.template.php(745) : eval()'d code on line 100 and defined in /home/content/r/e/a/test/html/modules/modules_libs.php on line 87

Note: using yget Template

---------------------------------------------------------------------------------------------
I did look at the c_a055cc33187dd5d0e5f086983b55c7a0.php on line 100 under templates_c directory and here is the line of code.

$linkres->read(FALSE);
---------------------------------------------------------------------------------------------
I did look at the modules_libs.php on line 87 but i don't know what's wrong in it, here is the function check_actions()

function check_actions($location, &$vars)
{
global $module_actions;
$vars['location'] = $location;
if($module_actions){
foreach ( $module_actions as $k => $v ) {
if($k == $location){
foreach ( $v as $kk => $vv ) {
call_user_func_array($kk, array(&$vars));
}

----------------------------------------------------------------------------------------


Please help

Thank you,
SL

Last edited by slick33; 08-30-2008 at 11:58 AM..
Reply With Quote