Walter-Sobchak Posted December 8, 2010 Posted December 8, 2010 I am trying to install gallery. I am getting a "short_open_tag" needs to be on error message. What is the code that I need to place in the .htaccess in my public_html folder to enable that function? I have tried adding "php_flag short_open_tag on" but it causes a 500 error. What is my mistake? Thank you for any help! Quote
TCH-Thomas Posted December 8, 2010 Posted December 8, 2010 Welcome to the forum, Walter-Sobchak. Please see if the solutions on this page helps: gallery.menalto.com/node/86140 Quote
TCH-Bruce Posted December 8, 2010 Posted December 8, 2010 Welcome to the forums Walter Make sure to wrap your variables with the IfModule like so. ><IfModule php_config> php_value short_open_tag on </IfModule> Quote
curve Posted March 26, 2011 Posted March 26, 2011 Posted here as it seems a very closely related issue... I'm working on Gallery as well (v2), and I would like to be able to upload files above 2Mb in size. I've followed TCH-Bruce's advice, code as follows: ><IfModule php_config> php_value upload_max_filesize 10M </IfModule> That's all that's in the .htaccess file in the gallery root. When the file is there I can't upload any images (there are no errors, even in debug mode), and when the file is not there I can - provided they are less that 2Mb of course! This seems a weird one, and I haven't been able to find anything on the Gallery forums. Any ideas what might be happening? Thanks, Pete Quote
TCH-Bala Posted March 27, 2011 Posted March 27, 2011 Please post a ticket to our Help Desk (link on my signature and on top menu). We will gladly check it out. Quote
TCH-Alex Posted March 27, 2011 Posted March 27, 2011 Can you please try this; > <IfModule php_config> php_value post_max_filesize 11534336 php_value upload_max_filesize 10485760 </IfModule> Quote
curve Posted March 27, 2011 Posted March 27, 2011 TCH-Alex, I salute you! Made the changes and it works a treat. Bit of a weird one but there we go! Quote
curve Posted March 27, 2011 Posted March 27, 2011 And thanks for the welcome guys, I've been a long term customer of TCH but this is the first time I've used the forum. Hope you're all having a great weekend. 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.