Im experiencing HTTP Error when I upload a file... When i uploade a 2MB goes ok, but im tryin to upload this: Wildlife.wmv (25.64MB)and im having "HTTP Error"...
Ive already set all the 0777 permissions on the upload dir... and ive changed the htaccess file to this : max post-> 500mb max upload-> 500mb time limit-> 3000
Create a file named 'php.ini' and enter the PHP settings you listed above in that file. That file usually needs to be placed in the 'etc' directory (this varies from host to host) of your shared hosting account.
To be certain ask your hosting provider's technical support exactly where you should place your custom php.ini file.
Damian, my friend... im sad =\ my shared host told me that there´s no way to create a custom php.ini and no way to change the php_values in htaccess... just rewrite conditions...
Unfortunately for you, your host won't allow 1,2,3, and 4. As for number five you can try it but it's highly unlikely that it will work because this is almost always overridden by the other options I just mentioned.
Open basedir = none crashes the application... (error below) but it s a good new, cuz ini_set works =)
Warning: include() [function.include]: open_basedir restriction in effect. File(/home/patryk/sites/ocomediante/public_html/cc-core/lib/App.php) is not within the allowed path(s): (0) in /home/patryk/sites/ocomediante/public_html/cc-core/config/bootstrap.php on line 26
Warning: include(/home/patryk/sites/ocomediante/public_html/cc-core/lib/App.php) [function.include]: failed to open stream: Operation not permitted in /home/patryk/sites/ocomediante/public_html/cc-core/config/bootstrap.php on line 26
Warning: include() [function.include]: Failed opening '/home/patryk/sites/ocomediante/public_html/cc-core/lib/App.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/patryk/sites/ocomediante/public_html/cc-core/config/bootstrap.php on line 26
Fatal error: Class 'App' not found in /home/patryk/sites/ocomediante/public_html/cc-core/config/bootstrap.php on line 27