fabriccut100 Posted May 25, 2009 Share Posted May 25, 2009 (edited) I've done this before and had no problem but it seems now when I try to install this I get this error and I have no clue what to do can ayone please help me? Thank you for your time and consideration, Kelly I'm trying to install this on an Os commerce online Merchant v2.2 RC2 here is my error; Parse error: syntax error, unexpected T_GLOBAL, expecting ')' in /home/****/*/*/*/***/html/admin/modules.php(218) : eval()'d code on line 1 Thank you to all in advance for any help or direction with this Edited May 25, 2009 by fabriccut100 Quote Link to comment Share on other sites More sharing options...
steve_s Posted May 25, 2009 Share Posted May 25, 2009 (edited) I've done this before and had no problem but it seems now when I try to install this I get this error and I have no clue what to do can ayone please help me?Thank you for your time and consideration, Kelly I'm trying to install this on an Os commerce online Merchant v2.2 RC2 here is my error; Parse error: syntax error, unexpected T_GLOBAL, expecting ')' in /home/****/*/*/*/***/html/admin/modules.php(218) : eval()'d code on line 1 Thank you to all in advance for any help or direction with this 1 check for any <? in file replace with <?php that can sometimes cause that error 2 quicker method replace <? with <?php now replace <?phpphp with <?php Edited May 25, 2009 by steve_s Quote Link to comment Share on other sites More sharing options...
fabriccut100 Posted May 25, 2009 Author Share Posted May 25, 2009 Thank you so much for your quick response but that didn't work I checked the whole file and it's still doing it 1 check for any <? in file replace with <?php that can sometimes cause that error2 quicker method replace <? with <?php now replace <?phpphp with <?php Quote Link to comment Share on other sites More sharing options...
fabriccut100 Posted May 25, 2009 Author Share Posted May 25, 2009 I also just noticed that when I click on edit I'm not seeing any of the check boxes for the International shipping, this is a nightmare Quote Link to comment Share on other sites More sharing options...
fabriccut100 Posted May 25, 2009 Author Share Posted May 25, 2009 I got it !!!!! all you have to do if your having this problem is 1. If you are getting a "parse error" when you click edit in the admin OR your international options with checkboxes are not showing up in the admin, you may need to use phpMyAdmin to update the database -> configuration TABLE and CHANGE "set_function" to TEXT from VARCHAR. Afterwards: A. Remove the USPS module in the admin B. Re-install the USPS module in the admin C. The options will appear 2. Make sure you have set your store's country and postal code in admin -> Configuration -> Shipping/Packaging, as these are used in the rate quote request and if not valid will cause an error. Quote Link to comment Share on other sites More sharing options...
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.