jweb
Forum Replies Created
-
Cancel that just read the update notes for 8.4…
Forum: Fixing WordPress
In reply to: HTTP Error. when uploading imagesI am sure it is a server issue for me as in the end not to loose time I added a new domain+package+wp-one-click with same host (to be merged later) )and no problem at all the new hosting/sever package – thank you all, now I have something to go back to the host with as the new site/new db/new wp on “old” server still does not upload.
(fyi the host Strato who normally is very good) – They have heard of the issue since I was talking to support for hours earlier in the week.
Forum: Fixing WordPress
In reply to: HTTP Error. when uploading imagesHi Ahir
Thank you – well I could not even if I tried .. – just taking backup and considering uploading a 4.4.2 wp and see if that works (again)..
Forum: Fixing WordPress
In reply to: HTTP Error. when uploading images.. to add to above I now have this in functions.php
<?php add_filter( 'wp_image_editors', 'change_graphic_lib' ); function change_graphic_lib($array) { return array( 'WP_Image_Editor_GD', 'WP_Image_Editor_Imagick' ); }but I would not change it from WP-admin I had to change the file and upload it via http://ftp..
Forum: Fixing WordPress
In reply to: HTTP Error. when uploading imagesHello all
Struggling with brand new site new 4.5.1 version from WP.org so after trying so many things including talking to my server support for hours yesterday (literally) this what I have:– Running on PHP 5.6
– all content lying on root although the domain as such is a sub-domain (the actual domain in redirected to another folder that is also lying on root as we want to keep things alive)
– brand new version from wordpress.org (US) uploaded via ftp
– database is working fine and interacting well
– I uploaded a basic .htaccess (and got other pages to run smoothly) via ftp# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress– I have added
define(‘WP_MEMORY_LIMIT’, ’64MB’);` to the wp-config file as this was suggested in another forum– I have changed permissions to 775 and tried 777
Basically it seem like WP does not want to speak to root..
(note the old site -joomla – is running separately and perfectly in other folder two levels down i.e. root/temp/joomla-folder and all hidden files where moved over to this folder as well)I do not get http error but “cannot move” cannot create etc”
Any ideas..? Pretty please..