Guest Posted November 12, 2010 Posted November 12, 2010 After i installed everything that is says I have 2 problem The first is I get // Begin Scrolling Customer Testimonials v1.0 // Do not load Testimonials box if page is SSL // Why? It may trigger SSL warning if ($request_type != 'SSL') { include(DIR_WS_BOXES . 'customer_testimonials.php'); } // End Scrolling Scrolling Customer Testimonials v1.0 on my page where the box is suppose to be and when I do Step 2.6 catalog/includes/functions/html_output.php Find the following near line 185: // Output a form password field ADD the following just ABOVE it: // Output a form filefield function tep_draw_file_field($name) { $field = tep_draw_input_field($name, '', '', 'file'); return $field; } //// My site gives me an error of Fatal error: Cannot redeclare tep_draw_file_field() (previously declared in /home2/techsonh/public_html/includes/functions/html_output.php:207) in /home2/techsonh/public_html/includes/functions/html_output.php on line 224 Can some one help me out on how to fix this Quote
Guest Posted November 12, 2010 Posted November 12, 2010 After i installed everything that is says I have 2 problem The first is I get // Begin Scrolling Customer Testimonials v1.0 // Do not load Testimonials box if page is SSL // Why? It may trigger SSL warning if ($request_type != 'SSL') { include(DIR_WS_BOXES . 'customer_testimonials.php'); } // End Scrolling Scrolling Customer Testimonials v1.0 on my page where the box is suppose to be and when I do Step 2.6 catalog/includes/functions/html_output.php Find the following near line 185: // Output a form password field ADD the following just ABOVE it: // Output a form filefield function tep_draw_file_field($name) { $field = tep_draw_input_field($name, '', '', 'file'); return $field; } //// My site gives me an error of Fatal error: Cannot redeclare tep_draw_file_field() (previously declared in /home2/techsonh/public_html/includes/functions/html_output.php:207) in /home2/techsonh/public_html/includes/functions/html_output.php on line 224 Can some one help me out on how to fix this Okay I got the secound part to work just need help with the first part 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.