Diaz Posted February 17, 2006 Posted February 17, 2006 After installing the new catalog to a different domain I carried on to install HTC - checked it worked... ... then I installed Wolfen sets... but this I still can not get work together. :blink: Now when I go to the admin panel I get this: Parse error: parse error, unexpected $ in admin/includes/functions/general.php on line 1431 That line is the last line though //// // Alias function for featured configuration values in the Administration Tool function tep_cfg_select_featured($select_array, $key_value, $key = '') { $string = ''; for ($i=0, $n=sizeof($select_array); $i<$n; $i++) { $name = ((tep_not_null($key)) ? 'configuration[' . $key . ']' : 'configuration_value'); $string .= '<input type="radio" name="' . $name . '" value="' . $select_array[$i] . '"'; if ($key_value == $select_array[$i]) $string .= ' CHECKED'; $string .= '> ' . $select_array[$i]; } return $string; } // EOF Wolfen featured sets ?> Does anyone have the catalog and admin folders that has the basic contribs installed in to them? Once I get this completed I will make sure to back up and upload a file for everyone to download. These 2 contribs will be great for my shop and sure will be a great start for any newbie :rolleyes: Please, please can anyone send me the zipped two folders!? My email address is [email protected] Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.