MoisesZaragoza Posted January 13, 2006 Posted January 13, 2006 Hey everyone I just instaled a contribution AllProducts_V_4.4 what it is supose to do is show only the products hat start with a certain letter and that works fine but I'm haing some errors Warning: main(includes/languages/english/FILENAME_ALLPRODS): failed to open stream: No such file or directory in /home/vitamin/public_html/allprods.php on line 18 Warning: main(includes/languages/english/FILENAME_ALLPRODS): failed to open stream: No such file or directory in /home/vitamin/public_html/allprods.php on line 18 Warning: main(): Failed opening 'includes/languages/english/FILENAME_ALLPRODS' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/vitamin/public_html/allprods.php on line 18 Quote at the end of the day the code will be good
MoisesZaragoza Posted January 13, 2006 Author Posted January 13, 2006 Ok lets see I'm moving the code to fit my interface better. I just moved $firstletter=$HTTP_GET_VARS['fl']; if (!$HTTP_GET_VARS['page']){ $where="where pd.products_name like '$firstletter%'"; }else { $where="where pd.products_name like '$firstletter%'"; } from the allproduc.php to the index.php that is were i'm displaying my products. but I'm betting a error tha say" Open Cube menue 01 any ideas what that is? Quote at the end of the day the code will be good
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.