Title: jweb's Replies | WordPress.org

---

# jweb

  [  ](https://wordpress.org/support/users/jweb/)

 *   [Profile](https://wordpress.org/support/users/jweb/)
 *   [Topics Started](https://wordpress.org/support/users/jweb/topics/)
 *   [Replies Created](https://wordpress.org/support/users/jweb/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/jweb/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/jweb/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/jweb/engagements/)
 *   [Favorites](https://wordpress.org/support/users/jweb/favorites/)

 Search replies:

## Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WebToffee WooCommerce PDF Invoices, Packing Slips, Delivery Notes & Shipping Labels] Shipping phone number](https://wordpress.org/support/topic/shipping-phone-number/)
 *  Thread Starter [jweb](https://wordpress.org/support/users/jweb/)
 * (@jweb)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/shipping-phone-number/#post-14969075)
 * Cancel that just read the update notes for 8.4…
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [HTTP Error. when uploading images](https://wordpress.org/support/topic/http-error-when-uploading-images-17/)
 *  [jweb](https://wordpress.org/support/users/jweb/)
 * (@jweb)
 * [10 years ago](https://wordpress.org/support/topic/http-error-when-uploading-images-17/page/5/#post-6678432)
 * I 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [HTTP Error. when uploading images](https://wordpress.org/support/topic/http-error-when-uploading-images-17/)
 *  [jweb](https://wordpress.org/support/users/jweb/)
 * (@jweb)
 * [10 years ago](https://wordpress.org/support/topic/http-error-when-uploading-images-17/page/4/#post-6678415)
 * Hi 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [HTTP Error. when uploading images](https://wordpress.org/support/topic/http-error-when-uploading-images-17/)
 *  [jweb](https://wordpress.org/support/users/jweb/)
 * (@jweb)
 * [10 years ago](https://wordpress.org/support/topic/http-error-when-uploading-images-17/page/4/#post-6678413)
 * .. 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.](http://ftp.).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [HTTP Error. when uploading images](https://wordpress.org/support/topic/http-error-when-uploading-images-17/)
 *  [jweb](https://wordpress.org/support/users/jweb/)
 * (@jweb)
 * [10 years ago](https://wordpress.org/support/topic/http-error-when-uploading-images-17/page/4/#post-6678410)
 * Hello 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..

Viewing 5 replies - 1 through 5 (of 5 total)