krist8
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Unable to upload pictures since 4.4.1I assume you are using your own server. Like you, I cannot upload a single image to a post, but I can do it using “add from server” plugin.
Forum: Fixing WordPress
In reply to: add media problemI spoke too soon. It all worked on my desktop where my server is located. I can access it either on localhost or on my URL (shum.duckdns.org/wordpress) (this is my home URL and Site URL) and can get to the dashboard. All my images and text were shown, and I can do edit and update. I tried to access with another computer using my URL and only the first 6 images were shown, the remaining 12 images just showed a box with the file name on it. I checked Firefox network cache, deactivated all my plugins. In the wp-config.php, I had these 2 lines
define( 'WP_MEMORY_LIMIT', '256M' ); define( 'WP_MAX_MEMORY_LIMIT', '512M' );I can’t figure out what is going on. Please help. Tx
Forum: Fixing WordPress
In reply to: add media problemThanks. Tried all you suggested, no good. I increased the memory to 98MB, but when I import the photo, I cannot get to insert media to my post, the timer just keeps turning and I had to turn it off by exiting.
I did another experiment. Instead of insert media at full size, I specified thumb size , and everything is inserted and updated. Also found out how to increase memory properly, I had added 256M (without the B as in MB erlier) and 512M max. Everything works fine now, altho I have not tried to insert full size photos.Forum: Fixing WordPress
In reply to: How to organize media libraryThank you both for your suggestions. They both look good. Mark, you have a great set up in Zenphoto. I’ll look at both of these suggestions and play with them a bit before I load them with my Gallery3 photos.
Forum: Localhost Installs
In reply to: Change web url to localhostThanks. I’ll install it for future use.
Forum: Localhost Installs
In reply to: Change web url to localhostFound and fixed it. There is a URL in settings/general that needs to be changed. Velvet Blues plugin missed it.
Forum: Localhost Installs
In reply to: Change web url to localhostNow that I have my wordpress working in my localhost, I subscribed to a free account in duckdns.org. I used Velvet Blues to change my URL from localhost to http://shum.duckdns.org. It works on the computer where WP resides. But when I tried to log in from a laptop, I can only see the photos, and the text, etc. (but not formatted). The theme I use does not show up. All the links in the post (except the photos) still point to localhost. Where do I change it?
Thanks.Forum: Fixing WordPress
In reply to: Upload media difficultiesThanks. I gave up. Installed add-from-server plugin and works.
Forum: Fixing WordPress
In reply to: Upload media difficultiesThanks for your response. The access log says I have accessed WP at the time that I tried to upload. Error log does not show any errors. I have also done this:
added this to wp-config.php
define(‘WP_MEMORY_LIMIT’, ‘128M’), and restarted apache2,
but it does not help.
This is my error “The uploaded file was only partially uploaded.”
I have made sure that all WP folderss are writable (chmod 777 -R …)
KeepAlive=Off
Also, chown shum to match my username.I found this in the access log. It looks suspicious
POST /wordpress/wp-cron.php?doing_wp_cron=1442189371.0678019523620605468750 HTTP/1.0" 401 595
The 401 should be an error, but there is no entry in the error log.Forum: Fixing WordPress
In reply to: Upload media difficultiesSame thing here. I updated to version 4.3 and uploaded by clicking add media. I de-activated all plugins. I made all my wordpress folders read and writeable. I followed the other posts and changed the apache2.conf to KeepAlive=Off. But, nothing helps. Same error message “The uploaded file was only partially uploaded.”
Forum: Localhost Installs
In reply to: Change web url to localhostGreat. It works. Thanks.
Forum: Localhost Installs
In reply to: Change web url to localhostThanks. I downloaded the VelvetBlues Update URLs to my wordpress/plugins and then tried to install it in dashboard. It asked for
Server name
FTP user name
FTP passwordMy server is in my local pc, and the name is debian. I do not know what FTP user name and the password. Since it is in my own pc (linux debian), where do I find the FTP username and password?
Thanks for your help.