The uploaded file exceeds the upload_max_filesize directive in php.ini
Jan09

The uploaded file exceeds the upload_max_filesize directive in php.ini

KB ID 0001125  Problem When attempting to upload a file to your website, (in my case from within WordPress). You see this error. Solution If you are on ‘shared hosting’ then you may not have access to your php.ini file, if that is the case you should add the following to your .htaccess file, (this will be a hidden file in the root folder of your website). ######### php_value upload_max_filesize 50M php_value post_max_size...

Read More
Linux – Enable PHP Short Tags
Nov17

Linux – Enable PHP Short Tags

KB ID 0000886  Problem I have a particular web page that uses PHP short tags. Post migration from my old hosting company to a dedicated VPS, this stopped working. As I know little about Linux, and even less about PHP, I asked the question at Experts Exchange about why It was no longer working. I took no time at all, for someone who knew what they were doing to say, “Your code uses ‘Short tags’, but you do not have...

Read More