g05k3539
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can’t Upload Photos HTTP errorHey,
I had an issue too and found out that my share host was running php version 5.5.36 and WordPress requires php 5.6. I had to add ”AddHandler application/x-httpd-php56 .php” to the .htaccess file to get the server to run php 5.6Maybe check what needs to be done to get the server to run php 5.6 with your hosting provider
I hope this helps
Forum: Fixing WordPress
In reply to: Problems Uploading PhotosHey,
so in cPanel
1) Click the File Manager button located in the Files section of cPanel.
2) Select the Home Directory and the Show Hidden Files option, then click Go.
Now you should be able to see the .htaccess fileI had the same issue and resolved it by making sure my server was running php 5.6
For my share hosting I had to add ”AddHandler application/x-httpd-php56 .php” to the front of the .htaccess file so that the server knows to run php 5.6I hope this helps
Forum: Fixing WordPress
In reply to: HTTP Error when uploading photosHey,
I had an issue too and found out that my share host was running php version 5.5.36 and the new WordPress requires php 5.6. I had to add ”AddHandler application/x-httpd-php56 .php” to the .htaccess file to get the server to run php 5.6I hope this helps
Forum: Fixing WordPress
In reply to: Error/Broken: Media Library Image UploadHey,
I had an issue too and found out that my share host was running php version 5.5.36. I had to add ”AddHandler application/x-httpd-php56 .php” to the .htaccess file to get the server to run php 5.6I hope this helps
Forum: Fixing WordPress
In reply to: Media Upload not working (http error)Hey,
I had an issue too and found out that my share host was running php version 5.5.36. I had to add ”AddHandler application/x-httpd-php56 .php” to the .htaccess file to get the server to run php 5.6I hope this helps
Forum: Fixing WordPress
In reply to: HTTP errors on media uploads after 4.5 updateHey,
I had an issue too and found out that my share host was running php version 5.5.36. I had to add ”AddHandler application/x-httpd-php56 .php” to the .htaccess file to get the server to run php 5.6I hope this helps
Forum: Fixing WordPress
In reply to: Http error occur while uploading image in media libraryHey,
I had an issue too and found out that my share host was running php version 5.5.36. I had to add ”AddHandler application/x-httpd-php56 .php” to the .htaccess file to get the server to run php 5.6I hope this helps
Forum: Fixing WordPress
In reply to: HTTP Error on image upload to media libraryHey,
I had an issue too and found out that my share host was running php version 5.5.36 and the new WordPress requires php 5.6. I had to add ”AddHandler application/x-httpd-php56 .php” to the .htaccess file to get the server to run php 5.6I hope this helps