DeanW Posted November 29, 2010 Share Posted November 29, 2010 I am running Prestshop 1.3.1 hosted on Godaddy windows server.I am setting up a website to sell my wifes downloadable scrapbooking kits. At first I had trouble with the max-file-size. After some looking I found an example PHP5.ini file to change the file size limit. Now I seem to have everything working untel I try to download a test purchased item. When I click on the link from the e-mail I get "Parse error: syntax error, unexpected T_STRING in D:\Hosting\5029041\html\get-file.php on line 265"in the get-file.ini file.Please helpDean Link to comment Share on other sites More sharing options...
rocky Posted November 29, 2010 Share Posted November 29, 2010 Strange. I've got a blank line on line 265 of get-file.php on my PrestaShop v1.3.1 test site. What have you got on that line? Link to comment Share on other sites More sharing options...
DeanW Posted November 29, 2010 Author Share Posted November 29, 2010 readfile($file); Link to comment Share on other sites More sharing options...
rocky Posted November 29, 2010 Share Posted November 29, 2010 Sorry, I have no idea why that line would cause that error. Link to comment Share on other sites More sharing options...
DeanW Posted November 29, 2010 Author Share Posted November 29, 2010 Thanks. I compaired my get-file with my archive of the unchanged prestashop down load. I had an ob_end_flush() before the readfile.FIXXED Link to comment Share on other sites More sharing options...
rocky Posted November 29, 2010 Share Posted November 29, 2010 If your issue is resolved, please edit your first post and add [sOLVED] to the front of the title. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now